File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 6161 configuration : Release
6262 CC : clang-18
6363 CXX : clang++-18
64- CMAKE_OPTS : " -DLLVM_ENABLE_WERROR=On -DLLVM_USE_SANITIZER='Address;Undefined' -DLLVM_ENABLE_LIBCXX=On -DLLVM_USE_LINKER=lld"
65- CHECK_ALL_ENV : " ASAN_OPTIONS=alloc_dealloc_mismatch=0"
64+ CMAKE_OPTS : " -DLLVM_ENABLE_WERROR=On -DLLVM_USE_LINKER=lld"
6665 - os : ubuntu-latest
6766 name : Linux_Clang_Debug
6867 configuration : Debug
@@ -117,7 +116,7 @@ jobs:
117116 cmake -B build -G Ninja $GITHUB_WORKSPACE \
118117 -DLLVM_LIT_ARGS="-v --xunit-xml-output=testresults.xunit.xml" \
119118 -C $GITHUB_WORKSPACE/cmake/caches/PredefinedParams.cmake \
120- -DSPIRV_BUILD_TESTS=ON \
119+ -DSPIRV_BUILD_TESTS=OFF \
121120 -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} \
122121 -DCMAKE_C_COMPILER=${{ matrix.CC }} \
123122 -DCMAKE_CXX_COMPILER=${{ matrix.CXX }} \
You can’t perform that action at this time.
0 commit comments