File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change 9494 - name : build check
9595 run : ci/run-build-and-tests.sh
9696
97- gcc8-x86_64 :
98- runs-on : ubuntu-20.04
99- env :
100- CC : gcc-8
101- TARGET : x86_64
102- steps :
103- - uses : actions/checkout@v5
104- with :
105- fetch-depth : 0
106- - name : install dependencies
107- run : ci/install-dependencies.sh
108- - name : build check
109- run : ci/run-build-and-tests.sh
110-
11197 clang18-x86_64 :
11298 runs-on : ubuntu-24.04
11399 env :
@@ -233,31 +219,3 @@ jobs:
233219 run : ci/install-dependencies.sh
234220 - name : build check
235221 run : ci/run-build-and-tests.sh
236-
237- clang9-x86_64 :
238- runs-on : ubuntu-20.04
239- env :
240- CC : clang-9
241- TARGET : x86_64
242- steps :
243- - uses : actions/checkout@v5
244- with :
245- fetch-depth : 0
246- - name : install dependencies
247- run : ci/install-dependencies.sh
248- - name : build check
249- run : ci/run-build-and-tests.sh
250-
251- clang8-x86_64 :
252- runs-on : ubuntu-20.04
253- env :
254- CC : clang-8
255- TARGET : x86_64
256- steps :
257- - uses : actions/checkout@v5
258- with :
259- fetch-depth : 0
260- - name : install dependencies
261- run : ci/install-dependencies.sh
262- - name : build check
263- run : ci/run-build-and-tests.sh
You can’t perform that action at this time.
0 commit comments