Skip to content

Commit

Permalink
CI: Turn off asan on windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Jan 5, 2024
1 parent 8fc7a81 commit aa19143
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
include:
- os: windows-latest
compiler: "msvc"
asan: "off"
ipo: "off"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -81,7 +83,8 @@ jobs:
cmake -B "${{ steps.strings.outputs.build-output-dir }}"
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DBUILD_SHARED_LIBS=off
-Dnc_complex_ENABLE_IPO=OFF
-Dnc_complex_ENABLE_IPO=${{ matrix.ipo }}
-Dnc_complex_ENABLE_SANITIZER_ADDRESS=${{ matrix.asan }}
-S "${{ github.workspace }}"
-G Ninja
Expand Down

0 comments on commit aa19143

Please sign in to comment.