File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
src/ci/docker/host-x86_64 Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -60,5 +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/${SCRIPT_ARG} /tmp/script.sh
64
- ENV SCRIPT /tmp/script.sh
63
+ COPY scripts/x86_64-gnu-llvm.sh /tmp/x86_64-gnu-llvm.sh
64
+ COPY scripts/x86_64-gnu-llvm1.sh /tmp/x86_64-gnu-llvm1.sh
65
+ COPY scripts/x86_64-gnu-llvm2.sh /tmp/x86_64-gnu-llvm2.sh
66
+ ENV SCRIPT /tmp/${SCRIPT_ARG}
Original file line number Diff line number Diff line change @@ -60,5 +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/${SCRIPT_ARG} /tmp/script.sh
64
- ENV SCRIPT /tmp/script.sh
63
+ COPY scripts/x86_64-gnu-llvm.sh /tmp/x86_64-gnu-llvm.sh
64
+ COPY scripts/x86_64-gnu-llvm1.sh /tmp/x86_64-gnu-llvm1.sh
65
+ COPY scripts/x86_64-gnu-llvm2.sh /tmp/x86_64-gnu-llvm2.sh
66
+ ENV SCRIPT /tmp/${SCRIPT_ARG}
You can’t perform that action at this time.
0 commit comments