Skip to content

Commit 5887557

Browse files
committed
add back release mode
1 parent d3a320e commit 5887557

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
# Build basic linux configuration with Debug and MinSizeRel and all
18+
# Build basic linux configuration with Debug/Release/MinSizeRel and all
1919
# other configurations in Debug only.
2020
include:
2121
- os: ubuntu-24.04
@@ -25,6 +25,13 @@ jobs:
2525
cpp_compiler: clang++-21
2626
target: x86_64-unknown-linux-llvm
2727
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
2835
- os: ubuntu-24.04
2936
build_type: MinSizeRel
3037
ccache-variant: sccache

0 commit comments

Comments
 (0)