Skip to content

Commit 917a60d

Browse files
committed
Fix again
1 parent 3191cb9 commit 917a60d

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
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]
18+
# Build basic linux configuration with Debug and MinSizeRel and all
19+
# other configurations in Debug only.
2220
include:
2321
- os: ubuntu-24.04
22+
build_type: Debug
23+
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
2430
ccache-variant: sccache
2531
c_compiler: clang-21
2632
cpp_compiler: clang++-21

0 commit comments

Comments
 (0)