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 c765222 commit 18f1dcdCopy full SHA for 18f1dcd
.github/workflows/reusable_fast.yml
@@ -26,6 +26,10 @@ jobs:
26
build_tests: 'ON'
27
extra_build_options: ' -DUMF_BUILD_BENCHMARKS=ON -DUMF_BUILD_BENCHMARKS_MT=ON'
28
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'
33
# pure C build
34
- os: ubuntu-24.04
35
# Tests' building is off for a pure C build
0 commit comments