chore: CI: deactivate stack overflow tests for sanitized build
This commit is contained in:
parent
d3115d8f58
commit
1f2afa4c25
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -76,6 +76,10 @@ jobs:
|
|||
- name: Setup
|
||||
run: msys2do pacman --noconfirm -S make python mingw-w64-x86_64-cmake mingw-w64-x86_64-clang mingw-w64-x86_64-ccache git diffutils
|
||||
if: matrix.os == 'windows-latest'
|
||||
# remove problematic tests for sanitized build
|
||||
- name: Pre build
|
||||
run: rm tests/compiler/StackOverflow.lean tests/compiler/StackOverflowTask.lean
|
||||
if: matrix.name == 'Linux fsanitize'
|
||||
- name: Build
|
||||
run: nix-shell --run ./script/ci.sh
|
||||
if: matrix.os != 'windows-latest'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue