From f5efa93570fc619499f5e3b71f06108273e30679 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 18 Sep 2021 15:11:39 +0300 Subject: [PATCH] ci: disable tests-sanitize-address-msvc for now --- .github/workflows/ci_sanitized.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_sanitized.yml b/.github/workflows/ci_sanitized.yml index cf915a4eba..89c0655e85 100644 --- a/.github/workflows/ci_sanitized.yml +++ b/.github/workflows/ci_sanitized.yml @@ -160,13 +160,13 @@ jobs: echo $VFLAGS .\make.bat -msvc .\v.exe self - - name: Install dependencies - run: | - .\v.exe setup-freetype - .\.github\workflows\windows-install-sqlite.bat - - name: Self tests (/fsanitize=address) - run: | - .\v.exe -cflags "/fsanitize=address" test-self + ## - name: Install dependencies + ## run: | + ## .\v.exe setup-freetype + ## .\.github\workflows\windows-install-sqlite.bat + ## - name: Self tests (TODO: /fsanitize=address) + ## run: | + ## .\v.exe -cflags "/fsanitize=address" test-self tests-sanitize-address-gcc: needs: no-scheduling