File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -21,37 +21,37 @@ jobs:
21
21
- os : ubuntu-24.04
22
22
build_type : Debug
23
23
ccache-variant : sccache
24
- c_compiler : clang-20
25
- cpp_compiler : clang++-20
24
+ c_compiler : clang-22
25
+ cpp_compiler : clang++-22
26
26
target : x86_64-unknown-linux-llvm
27
27
include_scudo : ON
28
28
- os : ubuntu-24.04
29
29
build_type : Release
30
30
ccache-variant : sccache
31
- c_compiler : clang-20
32
- cpp_compiler : clang++-20
31
+ c_compiler : clang-22
32
+ cpp_compiler : clang++-22
33
33
target : x86_64-unknown-linux-llvm
34
34
include_scudo : ON
35
35
- os : ubuntu-24.04
36
36
build_type : MinSizeRel
37
37
ccache-variant : sccache
38
- c_compiler : clang-20
39
- cpp_compiler : clang++-20
38
+ c_compiler : clang-22
39
+ cpp_compiler : clang++-22
40
40
target : x86_64-unknown-linux-llvm
41
41
include_scudo : ON
42
42
# TODO: remove ccache logic when https://github.com/hendrikmuhs/ccache-action/issues/279 is resolved.
43
43
- os : ubuntu-24.04-arm
44
44
build_type : Debug
45
45
ccache-variant : ccache
46
- c_compiler : clang-20
47
- cpp_compiler : clang++-20
46
+ c_compiler : clang-22
47
+ cpp_compiler : clang++-22
48
48
target : aarch64-unknown-linux-llvm
49
49
include_scudo : ON
50
50
- os : ubuntu-24.04
51
51
build_type : Debug
52
52
ccache-variant : ccache
53
- c_compiler : clang-20
54
- cpp_compiler : clang++-20
53
+ c_compiler : clang-22
54
+ cpp_compiler : clang++-22
55
55
target : x86_64-unknown-uefi-llvm
56
56
include_scudo : OFF
57
57
# TODO: add back gcc build when it is fixed
81
81
run : |
82
82
wget https://apt.llvm.org/llvm.sh
83
83
chmod +x llvm.sh
84
- sudo ./llvm.sh 20
84
+ sudo ./llvm.sh 22
85
85
sudo apt-get update
86
86
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-libc-dev
87
87
sudo ln -sf /usr/include/$(uname -p)-linux-gnu/asm /usr/include/asm
You can’t perform that action at this time.
0 commit comments