Closed finagolfin closed 2 years ago
@swift-ci please test
Can we get this in? @compnerd, any input?
I think another test run and this can be merged.
@swift-ci please test
@swift-ci please test
macOS CI failure is unrelated, as this pull doesn't touch the macOS build.
A final macOS CI run and this can be merged?
Ping, can we get this in?
We've started investigation of the swift-corelibs-foundation macOS build issue, and are ok with merging this change while the macOS CI job is failing since this CMake changes has no impact on the macOS build whatsoever. Thanks!
Actually, it looks like the branch is protected such that I am unable to complete a merge with the CI job failing.
Ping, I think the macOS CI is working again?
@swift-ci please test
Yup, we're good. Thanks!
This was put in as a hack five and a half years ago, SR-1625, but it now breaks using the early swift-driver on ELF platforms like Android, because this
LD_LIBRARY_PATH
overrides the Foundation rpath that the early swift-driver gets from a host toolchain.I was able to get the same tests to pass natively on Android with this patch, let's see if it works on the CI for other non-Darwin platforms.