Skip to content

Commit

Permalink
Merge pull request LesnyRumcajs#110 from MrMage/fix-swift
Browse files Browse the repository at this point in the history
Add `-Xswiftc -enforce-exclusivity=unchecked` to Swift builds.
  • Loading branch information
LesnyRumcajs authored Feb 25, 2021
2 parents 7b52b81 + d61be9f commit 3f55ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift_grpc_bench/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ COPY swift_grpc_bench/Package.swift /app
RUN swift package resolve

COPY swift_grpc_bench /app
RUN swift build -c release
RUN swift build -c release -Xswiftc -enforce-exclusivity=unchecked

ENTRYPOINT [ "/app/.build/release/Server" ]

0 comments on commit 3f55ded

Please sign in to comment.