chore: CI: deactivate stack overflow tests for sanitized build

This commit is contained in:
Sebastian Ullrich 2020-05-02 15:23:30 +02:00
parent d3115d8f58
commit 1f2afa4c25

View file

@ -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'