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:
109
109
# TODO: enable the provider_devdax_memory_ipc test when the IPC tests with the proxy library are fixed
110
110
# see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
111
111
- 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' }}
112
114
working-directory : ${{env.BUILD_DIR}}
113
115
run : >
114
116
LD_PRELOAD=./lib/libumf_proxy.so
@@ -119,6 +121,8 @@ jobs:
119
121
# TODO: enable the provider_file_memory_ipc test when the IPC tests with the proxy library are fixed
120
122
# see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
121
123
- 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' }}
122
126
working-directory : ${{env.BUILD_DIR}}
123
127
run : >
124
128
LD_PRELOAD=./lib/libumf_proxy.so
You can’t perform that action at this time.
0 commit comments