Skip to content

Commit d48ff9a

Browse files
Revert "Temporarily allow the TSan (free-threading) job to fail (#152173)"
This reverts commit 4f39efc.
1 parent 8700d82 commit d48ff9a

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ jobs:
554554
- Thread
555555
free-threading:
556556
- false
557+
- true
557558
sanitizer:
558559
- TSan
559560
include:
@@ -565,17 +566,6 @@ jobs:
565566
sanitizer: ${{ matrix.sanitizer }}
566567
free-threading: ${{ matrix.free-threading }}
567568

568-
# XXX: Temporarily allow this job to fail to not block PRs.
569-
build-san-free-threading:
570-
# ${{ '' } is a hack to nest jobs under the same sidebar category.
571-
name: Sanitizers${{ '' }} # zizmor: ignore[obfuscation]
572-
needs: build-context
573-
if: needs.build-context.outputs.run-ubuntu == 'true'
574-
uses: ./.github/workflows/reusable-san.yml
575-
with:
576-
sanitizer: TSan
577-
free-threading: true
578-
579569
cross-build-linux:
580570
name: Cross build Linux
581571
runs-on: ubuntu-26.04
@@ -679,7 +669,6 @@ jobs:
679669
- test-hypothesis
680670
- build-asan
681671
- build-san
682-
- build-san-free-threading
683672
- cross-build-linux
684673
- cifuzz
685674
if: always()
@@ -691,7 +680,6 @@ jobs:
691680
allowed-failures: >-
692681
build-android,
693682
build-emscripten,
694-
build-san-free-threading,
695683
build-windows-msi,
696684
build-ubuntu-ssltests,
697685
test-hypothesis,

0 commit comments

Comments
 (0)