File tree Expand file tree Collapse file tree 5 files changed +2
-27
lines changed Expand file tree Collapse file tree 5 files changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,10 @@ COPY scripts/shared.sh /scripts/
5959
6060ARG SCRIPT_ARG
6161
62- COPY scripts/add_dummy_commit.sh /tmp/
6362COPY scripts/x86_64-gnu-llvm.sh /tmp/
6463COPY scripts/x86_64-gnu-llvm2.sh /tmp/
6564COPY scripts/x86_64-gnu-llvm3.sh /tmp/
6665COPY scripts/stage_2_test_set1.sh /tmp/
6766COPY scripts/stage_2_test_set2.sh /tmp/
6867
69- ENV SCRIPT "/tmp/add_dummy_commit.sh && /tmp/ ${SCRIPT_ARG}"
68+ ENV SCRIPT "/tmp/${SCRIPT_ARG}"
Original file line number Diff line number Diff line change @@ -59,11 +59,10 @@ COPY scripts/shared.sh /scripts/
5959
6060ARG SCRIPT_ARG
6161
62- COPY scripts/add_dummy_commit.sh /tmp/
6362COPY scripts/x86_64-gnu-llvm.sh /tmp/
6463COPY scripts/x86_64-gnu-llvm2.sh /tmp/
6564COPY scripts/x86_64-gnu-llvm3.sh /tmp/
6665COPY scripts/stage_2_test_set1.sh /tmp/
6766COPY scripts/stage_2_test_set2.sh /tmp/
6867
69- ENV SCRIPT "/tmp/add_dummy_commit.sh && /tmp/ ${SCRIPT_ARG}"
68+ ENV SCRIPT "/tmp/${SCRIPT_ARG}"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33set -ex
44
5- /tmp/add_dummy_commit.sh
6-
75# #### Test stage 1 #####
86
97../x.py --stage 1 test --skip src/tools/tidy
Original file line number Diff line number Diff line change 108108 - name : x86_64-gnu-llvm-19
109109 env :
110110 ENABLE_GCC_CODEGEN : " 1"
111- # We are adding (temporarily) a dummy commit on the compiler
112- READ_ONLY_SRC : " 0"
113111 DOCKER_SCRIPT : x86_64-gnu-llvm.sh
114112 << : *job-linux-16c
115113 - name : x86_64-gnu-tools
You can’t perform that action at this time.
0 commit comments