File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,15 @@ jobs:
105105 run : |
106106 cmake --build ${{github.workspace}}/latest_version/build -j $(nproc)
107107
108+ # NOTE: disable "mempolicy" test as it relies on the specyfic memory layout
109+ # of the OS Provider data structure which is incompatible between different
110+ # UMF versions
108111 - name : Run "tag" UMF tests with latest UMF libs (warnings enabled)
109112 working-directory : ${{github.workspace}}/tag_version/build
110113 run : >
111114 UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
112115 LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
113- ctest --output-on-failure
116+ ctest --output-on-failure -E "umf-mempolicy"
114117
115118 windows-build :
116119 name : Windows
You can’t perform that action at this time.
0 commit comments