Skip to content

Commit 5493ed0

Browse files
committed
Turn off UMF_DEVELOPER_MODE in the Valgrind job of Nightly CI build
UMF_DEVELOPER_MODE turns on various debug checks that should be turned off during valgrind tests. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 8dd135f commit 5493ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
-B ${{github.workspace}}/build
9494
-DCMAKE_BUILD_TYPE=Debug
9595
-DUMF_FORMAT_CODE_STYLE=OFF
96-
-DUMF_DEVELOPER_MODE=ON
96+
-DUMF_DEVELOPER_MODE=OFF
9797
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
9898
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF
9999
-DUMF_BUILD_CUDA_PROVIDER=OFF

0 commit comments

Comments
 (0)