Skip to content

Commit

Permalink
Fix archive command to work also with Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoYao committed May 10, 2019
1 parent d467436 commit ba057f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ output_stability_test: build
ci_tests: test integration_test output_stability_test

archive:
swift build -c release -Xswiftc -static-stdlib --disable-sandbox
swift build -c release --static-swift-stdlib --disable-sandbox

upload_pipeline:
.buildkite/upload_pipeline.sh
Expand Down

0 comments on commit ba057f1

Please sign in to comment.