From a0e419b6179f90b71057828ec1a5de22f9f5fc22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 1 Oct 2020 15:25:02 +0200 Subject: [PATCH] CI: Disable sanitizer builds until we fix them Added in #40994 but without recent rebase, so they don't pass currently. --- .github/workflows/linux_builds.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index bfbcf2df9bda..8c847e025e71 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -118,7 +118,9 @@ jobs: linux-sanitizer: runs-on: "ubuntu-20.04" - name: Editor and exported project with sanitizers(target=debug/release, tools=yes/no, debug_symbols=yes/full, use_ubsan=yes, use_asan=yes) + name: Editor and exported project with sanitizers (target=debug/release, tools=yes/no, debug_symbols=yes/full, use_ubsan=yes, use_asan=yes) + # FIXME: Disabled until we can get it to pass. + if: false steps: - uses: actions/checkout@v2 @@ -138,7 +140,7 @@ jobs: # Upload cache on completion and check it out now - name: Load .scons_cache directory - id: linux-editor-cache + id: linux-sanitizer-cache uses: actions/cache@v2 with: path: ${{github.workspace}}/.scons_cache/