-
Notifications
You must be signed in to change notification settings - Fork 10.5k
stdlib: install the image registrar in the static runtime #19829
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 test |
@swift-ci please build toolchain |
To be clear, this only impacts the statically-linked-into-a-dynamically-linked-executable case, not the |
@jckarter, no, I believe that this only impacts the |
We were previously only installing the image registration helper in the shared runtime location. When building with a static runtime, we would look in the wrong location. Ensure that we install to both locations to repair the static builds.
73c5460
to
f7f1f02
Compare
@swift-ci please test |
@swift-ci please build toolchain |
Build failed |
Build failed |
The |
@swift-ci please test Linux platform |
Build failed |
Oh, interesting, seems that the libdispatch failure that I thought was due to another change is happening anyways? I put up swiftlang/swift-corelibs-libdispatch#399 to deal with that. |
Please test with the following PRs: @swift-ci please test |
Build failed |
@swift-ci please test Linux platform |
Build failed |
The failure seems unrelated (and has been occurring for a while). |
@swift-ci please build toolchain |
Linux Toolchain (Ubuntu 16.04) Install command |
macOS Toolchain Install command |
@swift-ci please test Linux platform |
Build failed |
@swift-ci please test Linux platform |
We were previously only installing the image registration helper in the shared
runtime location. When building with a static runtime, we would look in the
wrong location. Ensure that we install to both locations to repair the static
builds.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.