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/
59
59
60
60
ARG SCRIPT_ARG
61
61
62
- COPY scripts/add_dummy_commit.sh /tmp/
63
62
COPY scripts/x86_64-gnu-llvm.sh /tmp/
64
63
COPY scripts/x86_64-gnu-llvm2.sh /tmp/
65
64
COPY scripts/x86_64-gnu-llvm3.sh /tmp/
66
65
COPY scripts/stage_2_test_set1.sh /tmp/
67
66
COPY scripts/stage_2_test_set2.sh /tmp/
68
67
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/
59
59
60
60
ARG SCRIPT_ARG
61
61
62
- COPY scripts/add_dummy_commit.sh /tmp/
63
62
COPY scripts/x86_64-gnu-llvm.sh /tmp/
64
63
COPY scripts/x86_64-gnu-llvm2.sh /tmp/
65
64
COPY scripts/x86_64-gnu-llvm3.sh /tmp/
66
65
COPY scripts/stage_2_test_set1.sh /tmp/
67
66
COPY scripts/stage_2_test_set2.sh /tmp/
68
67
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 2
2
3
3
set -ex
4
4
5
- /tmp/add_dummy_commit.sh
6
-
7
5
# #### Test stage 1 #####
8
6
9
7
../x.py --stage 1 test --skip src/tools/tidy
Original file line number Diff line number Diff line change 108
108
- name : x86_64-gnu-llvm-19
109
109
env :
110
110
ENABLE_GCC_CODEGEN : " 1"
111
- # We are adding (temporarily) a dummy commit on the compiler
112
- READ_ONLY_SRC : " 0"
113
111
DOCKER_SCRIPT : x86_64-gnu-llvm.sh
114
112
<< : *job-linux-16c
115
113
- name : x86_64-gnu-tools
You can’t perform that action at this time.
0 commit comments