TSAN CI changes (#555)

* Drop TSAN debug build

* Require TSAN to pass
This commit is contained in:
Matthew Parkinson
2022-09-08 11:00:39 +01:00
committed by GitHub
parent a118c9b7d8
commit 2ee522cd22

View File

@@ -113,9 +113,9 @@ jobs:
sanitizer:
strategy:
matrix:
# Build each combination of OS and release/debug variants
# Build just release variant as Debug is too slow.
os: [ "ubuntu-latest"]
build-type: [ Release, Debug ]
build-type: [ Release ]
include:
- os: "ubuntu-latest"
continue-on-error: # Don't class as an error if this fails, until we have a more reliablity.
@@ -294,7 +294,7 @@ jobs:
fi
all-checks:
needs: [unixlike, qemu-crossbuild, windows, format]
needs: [unixlike, qemu-crossbuild, windows, format, sanitizer]
runs-on: ubuntu-latest
steps:
- name: Dummy step