Skip to content

Commit 18f1dcd

Browse files
committed
Add fast CI build for the UMF_PROXY_LIB_BASED_ON_POOL=JEMALLOC case
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent c765222 commit 18f1dcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable_fast.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
build_tests: 'ON'
2727
extra_build_options: ' -DUMF_BUILD_BENCHMARKS=ON -DUMF_BUILD_BENCHMARKS_MT=ON'
2828
simple_cmake: 'OFF'
29+
- os: ubuntu-24.04
30+
build_tests: 'ON'
31+
extra_build_options: ' -DUMF_BUILD_BENCHMARKS=OFF -DUMF_BUILD_BENCHMARKS_MT=OFF -DUMF_PROXY_LIB_BASED_ON_POOL=JEMALLOC'
32+
simple_cmake: 'OFF'
2933
# pure C build
3034
- os: ubuntu-24.04
3135
# Tests' building is off for a pure C build

0 commit comments

Comments
 (0)