-
Notifications
You must be signed in to change notification settings - Fork 10.5k
build-script: build static version of libdispatch #20793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please smoke test |
@swift-ci please build toolchain |
da94a8b
to
41b9f1c
Compare
Please test with following PRs: @swift-ci please test |
Please test with following PRs: @swift-ci please build toolchain |
Build failed |
Build failed |
41b9f1c
to
78ffc4b
Compare
Please test with following PRs: @swift-ci please build toolchain |
build and install libdispatch static. We now build libdispatch using CMake, which does not easily generate static and shared versions of libraries. Create two builds to populate the toolchain distribution.
78ffc4b
to
81321b5
Compare
Please test with following PRs: @swift-ci please build toolchain |
@swift-ci please smoke test and merge |
@@ -3282,6 +3286,11 @@ for host in "${ALL_HOSTS[@]}"; do | |||
;; | |||
esac | |||
;; | |||
libdispatch_static) | |||
# FIXME: merge with libdispatch once the unit tests work with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there an issue for this follow-up work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I didn't create a SR for that.
build and install libdispatch static. We now build libdispatch using
CMake, which does not easily generate static and shared versions of
libraries. Create two builds to populate the toolchain distribution.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.