Skip to content

Commit

Permalink
Run with TSan
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Sep 25, 2023
1 parent 36bc875 commit 794a207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ 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
-Xlinker -u -Xlinker _swift_backtrace_isThunkFunction \
--sanitize=thread

# Switch to the staging area
WORKDIR /staging
Expand Down

0 comments on commit 794a207

Please sign in to comment.