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 134aafd commit 5741854Copy full SHA for 5741854
.github/workflows/reusable_multi_numa.yml
@@ -45,7 +45,7 @@ jobs:
45
-DUMF_BUILD_TESTS=ON
46
-DUMF_DEVELOPER_MODE=ON
47
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
48
- -DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
+ -DUMF_BUILD_LIBUMF_POOL_JEMALLOC=${{ matrix.os == 'rhel-9.1' && 'OFF' || 'ON' }}
49
-DUMF_TESTS_FAIL_ON_SKIP=ON
50
${{ matrix.build_type == 'Debug' && matrix.os == 'ubuntu-22.04' && '-DUMF_USE_COVERAGE=ON' || '' }}
51
0 commit comments