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 d3a320e commit 5887557Copy full SHA for 5887557
.github/workflows/libc-fullbuild-tests.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- # Build basic linux configuration with Debug and MinSizeRel and all
+ # Build basic linux configuration with Debug/Release/MinSizeRel and all
19
# other configurations in Debug only.
20
include:
21
- os: ubuntu-24.04
@@ -25,6 +25,13 @@ jobs:
25
cpp_compiler: clang++-21
26
target: x86_64-unknown-linux-llvm
27
include_scudo: ON
28
+ - os: ubuntu-24.04
29
+ build_type: Release
30
+ ccache-variant: sccache
31
+ c_compiler: clang-21
32
+ cpp_compiler: clang++-21
33
+ target: x86_64-unknown-linux-llvm
34
+ include_scudo: ON
35
36
build_type: MinSizeRel
37
ccache-variant: sccache
0 commit comments