File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
1515 strategy :
1616 fail-fast : false
1717 matrix :
18- build_type : [Debug, Release, MinSizeRel ]
18+ build_type : [Release]
1919 include :
20- - os : ubuntu-24.04
21- ccache-variant : sccache
22- c_compiler : clang
23- cpp_compiler : clang++
20+ # - os: ubuntu-24.04
21+ # ccache-variant: sccache
22+ # c_compiler: clang
23+ # cpp_compiler: clang++
2424 # TODO: remove ccache logic when https://github.com/hendrikmuhs/ccache-action/issues/279 is resolved.
2525 - os : ubuntu-24.04-arm
2626 ccache-variant : ccache
27- c_compiler : clang
28- cpp_compiler : clang++
27+ c_compiler : clang-18
28+ cpp_compiler : clang++-18
2929 # TODO: add back gcc build when it is fixed
3030 # - c_compiler: gcc
3131 # cpp_compiler: g++
5454 sudo apt-get update
5555 sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-libc-dev
5656 sudo ln -sf /usr/include/$(uname -p)-linux-gnu/asm /usr/include/asm
57+ wget https://apt.llvm.org/llvm.sh
58+ chmod +x llvm.sh
59+ sudo ./llvm.sh 18
5760
5861 - name : Set reusable strings
5962 id : strings
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ "main" ]
88 paths :
9- - ' libc/**'
10- - ' .github/workflows/libc-overlay-tests.yml'
9+ - ' disable- libc/**'
10+ - ' disable- .github/workflows/libc-overlay-tests.yml'
1111
1212jobs :
1313 build :
You can’t perform that action at this time.
0 commit comments