Skip to content

Commit

Permalink
Add -Xswiftc -enforce-exclusivity=unchecked to Swift builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMage committed Feb 25, 2021
1 parent 3c1f938 commit d61be9f
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 d61be9f

Please sign in to comment.