We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3191cb9 commit 917a60dCopy full SHA for 917a60d
.github/workflows/libc-fullbuild-tests.yml
@@ -15,12 +15,18 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- # Build linux configuration with Debug, Release, and MinSizeRel.
19
- # Build all other configurations in only Debug.
20
- build_type: [Debug, Release, MinSizeRel]
21
- os: [ubuntu-24.04]
+ # Build basic linux configuration with Debug and MinSizeRel and all
+ # other configurations in Debug only.
22
include:
23
- os: ubuntu-24.04
+ build_type: Debug
+ ccache-variant: sccache
24
+ c_compiler: clang-21
25
+ cpp_compiler: clang++-21
26
+ target: x86_64-unknown-linux-llvm
27
+ include_scudo: ON
28
+ - os: ubuntu-24.04
29
+ build_type: MinSizeRel
30
ccache-variant: sccache
31
c_compiler: clang-21
32
cpp_compiler: clang++-21
0 commit comments