Skip to content

Commit e1e4caa

Browse files
committed
ci: Add release build for gcc/x86_64
Now that we are running on Ubuntu 24.04, the gcc version is enough up-to-date to be able to build in release mode. Signed-off-by: Manu Bretelle <[email protected]>
1 parent 0287bff commit e1e4caa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def generate_test_config(test: str) -> Dict[str, Union[str, int]]:
159159
toolchain=Toolchain(compiler=Compiler.GCC, version=DEFAULT_LLVM_VERSION),
160160
run_veristat=True,
161161
parallel_tests=True,
162+
build_release=True,
162163
),
163164
BuildConfig(
164165
arch=Arch.X86_64,

0 commit comments

Comments
 (0)