From 3b9182edfab1d0fda05638add3d95fa86b8a4f35 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Fri, 10 Jul 2026 12:10:52 +0300 Subject: [PATCH] gh-153201: Mark "TSan (free-threading)" job as required again --- .github/workflows/build.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98df879413c72e..ba52a99944f0e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -553,6 +553,7 @@ jobs: check-name: - Thread free-threading: + - true - false sanitizer: - TSan @@ -565,17 +566,6 @@ jobs: sanitizer: ${{ matrix.sanitizer }} free-threading: ${{ matrix.free-threading }} - # XXX: Temporarily allow this job to fail to not block PRs. - build-san-free-threading: - # ${{ '' } is a hack to nest jobs under the same sidebar category. - name: Sanitizers${{ '' }} # zizmor: ignore[obfuscation] - needs: build-context - if: needs.build-context.outputs.run-ubuntu == 'true' - uses: ./.github/workflows/reusable-san.yml - with: - sanitizer: TSan - free-threading: true - cross-build-linux: name: Cross build Linux runs-on: ubuntu-26.04 @@ -679,7 +669,6 @@ jobs: - test-hypothesis - build-asan - build-san - - build-san-free-threading - cross-build-linux - cifuzz if: always() @@ -691,7 +680,6 @@ jobs: allowed-failures: >- build-android, build-emscripten, - build-san-free-threading, build-windows-msi, build-ubuntu-ssltests, test-hypothesis,