Skip to content

Commit d93e4f9

Browse files
committed
Remove fix and disable msvc2022 x64 tests
1 parent 21eb6d7 commit d93e4f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101

102102
- name: Test
103103
if: matrix.architecture != 'x64_arm64'
104+
if: matrix.name != 'windows-2022-msvc2022'
104105
working-directory: ${{runner.workspace}}/build
105106
run: ctest --output-on-failure -C ${{matrix.config}}
106107

cmake/sanitizer_options.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ if(SANITIZER_ADDRESS)
5757
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
5858
file(COPY ${ASAN_DIR}/clang_rt.asan_dbg_dynamic-i386.dll DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
5959
else()
60-
file(COPY ${ASAN_DIR}/clang_rt.asan_dynamic-x86_64.dll DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) # newest visual studio 2022 version seams to have an issue and requires release version
6160
file(COPY ${ASAN_DIR}/clang_rt.asan_dbg_dynamic-x86_64.dll DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
6261
endif()
6362
endif()

0 commit comments

Comments
 (0)