File tree 2 files changed +2
-0
lines changed
src/ci/docker/host-x86_64
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
60
60
RUN /scripts/build-gccjit.sh /scripts
61
61
62
62
ARG SCRIPT_ARG
63
+ COPY scripts/add_dummy_commit.sh /tmp/add_dummy_commit.sh
63
64
COPY scripts/x86_64-gnu-llvm.sh /tmp/x86_64-gnu-llvm.sh
64
65
COPY scripts/x86_64-gnu-llvm1.sh /tmp/x86_64-gnu-llvm1.sh
65
66
COPY scripts/x86_64-gnu-llvm2.sh /tmp/x86_64-gnu-llvm2.sh
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
60
60
RUN /scripts/build-gccjit.sh /scripts
61
61
62
62
ARG SCRIPT_ARG
63
+ COPY scripts/add_dummy_commit.sh /tmp/add_dummy_commit.sh
63
64
COPY scripts/x86_64-gnu-llvm.sh /tmp/x86_64-gnu-llvm.sh
64
65
COPY scripts/x86_64-gnu-llvm1.sh /tmp/x86_64-gnu-llvm1.sh
65
66
COPY scripts/x86_64-gnu-llvm2.sh /tmp/x86_64-gnu-llvm2.sh
You can’t perform that action at this time.
0 commit comments