File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
matrix :
20
20
test-case :
21
21
- linux_gcc_x86_64
22
- - linux_gcc_icelake # most capable target
22
+ - linux_clang_icelake
23
23
- native
24
24
# Attach additional params to machine types
25
25
include :
@@ -32,23 +32,23 @@ jobs:
32
32
compiler : gcc
33
33
compiler-version : 11.4.0
34
34
run-unit-tests : true
35
- - test-case : linux_gcc_icelake
36
- machine : linux_gcc_icelake
35
+ - test-case : linux_clang_icelake
36
+ machine : linux_clang_icelake
37
37
label : icelake
38
- extras : " rpath handholding"
38
+ extras : " asan ubsan rpath handholding"
39
39
deps-extras : " +dev"
40
40
targets : " all integration-test fdctl firedancer"
41
- compiler : gcc
42
- compiler-version : 12.4.0
41
+ compiler : clang
42
+ compiler-version : 15.0.6
43
43
run-unit-tests : true
44
44
- test-case : native
45
45
machine : native
46
46
label : 512G
47
47
extras : " rpath handholding"
48
48
deps-extras : " +dev"
49
49
targets : " all integration-test fdctl firedancer"
50
- compiler : clang
51
- compiler-version : 15.0.6
50
+ compiler : gcc
51
+ compiler-version : 12.4.0
52
52
run-unit-tests : true
53
53
run-integration-tests : true
54
54
runs-on : ${{ matrix.label }}
You can’t perform that action at this time.
0 commit comments