Skip to content

Commit 71d03a8

Browse files
Merge pull request #382 from ldorau/Add_test_for_the_proxy_library_based_on_the_jemalloc_pool
Add test for the proxy library based on the jemalloc pool
2 parents 584dfb2 + d493105 commit 71d03a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/proxy_lib.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
os: ['ubuntu-22.04']
1616
build_type: [Release, Debug]
1717
compiler: [{c: gcc, cxx: g++}]
18+
proxy_lib_pool: ['SCALABLE', 'JEMALLOC']
1819
runs-on: ${{matrix.os}}
1920

2021
steps:
@@ -42,6 +43,7 @@ jobs:
4243
-DUMF_BUILD_LIBUMF_POOL_DISJOINT=ON
4344
-DUMF_BUILD_LIBUMF_POOL_SCALABLE=ON
4445
-DUMF_ENABLE_POOL_TRACKING=ON
46+
-DUMF_PROXY_LIB_BASED_ON_POOL=${{matrix.proxy_lib_pool}}
4547
4648
- name: Build UMF
4749
run: cmake --build ${{github.workspace}}/build -j $(nproc)

0 commit comments

Comments
 (0)