Skip to content

Commit

Permalink
Revert "Run with TSan"
Browse files Browse the repository at this point in the history
This reverts commit 794a207.
  • Loading branch information
finestructure committed Sep 25, 2023
1 parent 794a207 commit 160a62e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 160a62e

Please sign in to comment.