File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ jobs:
109109 # TODO: enable the provider_devdax_memory_ipc test when the IPC tests with the proxy library are fixed
110110 # see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
111111 - name : Run the DEVDAX tests with the proxy library
112+ # proxy library is built only if libumf is a shared library
113+ if : ${{ matrix.shared_library == 'ON' }}
112114 working-directory : ${{env.BUILD_DIR}}
113115 run : >
114116 LD_PRELOAD=./lib/libumf_proxy.so
@@ -119,6 +121,8 @@ jobs:
119121 # TODO: enable the provider_file_memory_ipc test when the IPC tests with the proxy library are fixed
120122 # see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
121123 - name : Run the FSDAX tests with the proxy library
124+ # proxy library is built only if libumf is a shared library
125+ if : ${{ matrix.shared_library == 'ON' }}
122126 working-directory : ${{env.BUILD_DIR}}
123127 run : >
124128 LD_PRELOAD=./lib/libumf_proxy.so
You can’t perform that action at this time.
0 commit comments