From 160a62ed898b7f75b38e48e5e59d68659a9a770c Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Mon, 25 Sep 2023 15:14:38 +0200 Subject: [PATCH] Revert "Run with TSan" This reverts commit 794a20783db8ff2832a2e343786d3d81b83bd722. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ef850ed0..00de20649 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,8 +38,7 @@ COPY . . RUN swift build -c release --static-swift-stdlib \ # Workaround for https://github.com/apple/swift/pull/68669 # This can be removed as soon as 5.9.1 is released, but is harmless if left in. - -Xlinker -u -Xlinker _swift_backtrace_isThunkFunction \ - --sanitize=thread + -Xlinker -u -Xlinker _swift_backtrace_isThunkFunction # Switch to the staging area WORKDIR /staging