File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 9393 - env :
9494 CC : clang-snapshot
9595 test_script :
96- - ./ci/cirrus .sh
96+ - ./ci/ci .sh
9797 << : *CAT_LOGS
9898
9999task :
@@ -111,7 +111,7 @@ task:
111111 - env :
112112 CC : clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
113113 test_script :
114- - ./ci/cirrus .sh
114+ - ./ci/ci .sh
115115 << : *CAT_LOGS
116116
117117task :
@@ -130,7 +130,7 @@ task:
130130 test_script :
131131 # https://sourceware.org/bugzilla/show_bug.cgi?id=27008
132132 - rm /etc/ld.so.cache
133- - ./ci/cirrus .sh
133+ - ./ci/ci .sh
134134 << : *CAT_LOGS
135135
136136task :
@@ -150,7 +150,7 @@ task:
150150 - env : {}
151151 - env : {EXPERIMENTAL: yes, ASM: arm32}
152152 test_script :
153- - ./ci/cirrus .sh
153+ - ./ci/ci .sh
154154 << : *CAT_LOGS
155155
156156task :
@@ -167,7 +167,7 @@ task:
167167 ELLSWIFT : yes
168168 CTIMETESTS : no
169169 test_script :
170- - ./ci/cirrus .sh
170+ - ./ci/ci .sh
171171 << : *CAT_LOGS
172172
173173task :
@@ -184,7 +184,7 @@ task:
184184 ELLSWIFT : yes
185185 CTIMETESTS : no
186186 test_script :
187- - ./ci/cirrus .sh
187+ - ./ci/ci .sh
188188 << : *CAT_LOGS
189189
190190# Sanitizers
@@ -228,7 +228,7 @@ task:
228228 HOST : i686-linux-gnu
229229 CC : i686-linux-gnu-gcc
230230 test_script :
231- - ./ci/cirrus .sh
231+ - ./ci/ci .sh
232232 << : *CAT_LOGS
233233
234234# Memory sanitizers
@@ -255,7 +255,7 @@ task:
255255 ECMULTWINDOW : 2
256256 CFLAGS : " -fsanitize=memory -g -O3"
257257 test_script :
258- - ./ci/cirrus .sh
258+ - ./ci/ci .sh
259259 << : *CAT_LOGS
260260
261261task :
@@ -271,7 +271,7 @@ task:
271271 SCHNORRSIG : yes
272272 ELLSWIFT : yes
273273 test_script :
274- - ./ci/cirrus .sh
274+ - ./ci/ci .sh
275275 << : *CAT_LOGS
276276
277277task :
Original file line number Diff line number Diff line change 9898 tag : linux-debian-image
9999 command : >
100100 git config --global --add safe.directory ${{ github.workspace }} &&
101- ./ci/cirrus .sh
101+ ./ci/ci .sh
102102
103103 - run : cat tests.log || true
104104 if : ${{ always() }}
@@ -156,7 +156,7 @@ jobs:
156156
157157 - name : CI script
158158 env : ${{ matrix.env_vars }}
159- run : ./ci/cirrus .sh
159+ run : ./ci/ci .sh
160160
161161 - run : cat tests.log || true
162162 if : ${{ always() }}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments