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 d43a39d commit 862a55aCopy full SHA for 862a55a
.github/workflows/reusable_compatibility.yml
@@ -109,7 +109,7 @@ jobs:
109
run: >
110
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
111
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
112
- ctest --output-on-failure
+ ctest --output-on-failure -E "umf-mempolicy" # disable tests that rely on internal structures
113
114
windows-build:
115
name: Windows
0 commit comments