File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 93
93
- env :
94
94
CC : clang-snapshot
95
95
test_script :
96
- - ./ci/cirrus .sh
96
+ - ./ci/ci .sh
97
97
<< : *CAT_LOGS
98
98
99
99
task :
@@ -111,7 +111,7 @@ task:
111
111
- env :
112
112
CC : clang --target=i686-pc-linux-gnu -isystem /usr/i686-linux-gnu/include
113
113
test_script :
114
- - ./ci/cirrus .sh
114
+ - ./ci/ci .sh
115
115
<< : *CAT_LOGS
116
116
117
117
task :
@@ -130,7 +130,7 @@ task:
130
130
test_script :
131
131
# https://sourceware.org/bugzilla/show_bug.cgi?id=27008
132
132
- rm /etc/ld.so.cache
133
- - ./ci/cirrus .sh
133
+ - ./ci/ci .sh
134
134
<< : *CAT_LOGS
135
135
136
136
task :
@@ -150,7 +150,7 @@ task:
150
150
- env : {}
151
151
- env : {EXPERIMENTAL: yes, ASM: arm32}
152
152
test_script :
153
- - ./ci/cirrus .sh
153
+ - ./ci/ci .sh
154
154
<< : *CAT_LOGS
155
155
156
156
task :
@@ -167,7 +167,7 @@ task:
167
167
ELLSWIFT : yes
168
168
CTIMETESTS : no
169
169
test_script :
170
- - ./ci/cirrus .sh
170
+ - ./ci/ci .sh
171
171
<< : *CAT_LOGS
172
172
173
173
task :
@@ -184,7 +184,7 @@ task:
184
184
ELLSWIFT : yes
185
185
CTIMETESTS : no
186
186
test_script :
187
- - ./ci/cirrus .sh
187
+ - ./ci/ci .sh
188
188
<< : *CAT_LOGS
189
189
190
190
# Sanitizers
@@ -228,7 +228,7 @@ task:
228
228
HOST : i686-linux-gnu
229
229
CC : i686-linux-gnu-gcc
230
230
test_script :
231
- - ./ci/cirrus .sh
231
+ - ./ci/ci .sh
232
232
<< : *CAT_LOGS
233
233
234
234
# Memory sanitizers
@@ -255,7 +255,7 @@ task:
255
255
ECMULTWINDOW : 2
256
256
CFLAGS : " -fsanitize=memory -g -O3"
257
257
test_script :
258
- - ./ci/cirrus .sh
258
+ - ./ci/ci .sh
259
259
<< : *CAT_LOGS
260
260
261
261
task :
@@ -271,7 +271,7 @@ task:
271
271
SCHNORRSIG : yes
272
272
ELLSWIFT : yes
273
273
test_script :
274
- - ./ci/cirrus .sh
274
+ - ./ci/ci .sh
275
275
<< : *CAT_LOGS
276
276
277
277
task :
Original file line number Diff line number Diff line change 98
98
tag : linux-debian-image
99
99
command : >
100
100
git config --global --add safe.directory ${{ github.workspace }} &&
101
- ./ci/cirrus .sh
101
+ ./ci/ci .sh
102
102
103
103
- run : cat tests.log || true
104
104
if : ${{ always() }}
@@ -156,7 +156,7 @@ jobs:
156
156
157
157
- name : CI script
158
158
env : ${{ matrix.env_vars }}
159
- run : ./ci/cirrus .sh
159
+ run : ./ci/ci .sh
160
160
161
161
- run : cat tests.log || true
162
162
if : ${{ always() }}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments