-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Workaround an issue regarding libXCTest.so
#5952
Conversation
@swift-ci please smoke test |
Hm, interesting, this worked locally as a workaround for the issue but doesn't seem to work in CI. |
@swift-ci please smoke test linux |
3fe1468
to
af4c40b
Compare
@swift-ci please smoke test linux |
Hm, I see a value for |
af4c40b
to
a19077e
Compare
@swift-ci please smoke test linux |
a19077e
to
a5c84f3
Compare
@swift-ci please smoke test linux |
a5c84f3
to
ed5b3f7
Compare
Huh, there's some odd behavior here, I added |
@swift-ci please smoke test linux |
@swift-ci please smoke test linux |
ed5b3f7
to
3f8f0b2
Compare
@swift-ci please smoke test linux |
3f8f0b2
to
467c34e
Compare
@swift-ci please smoke test linux |
467c34e
to
b942b1c
Compare
@swift-ci please smoke test linux |
b942b1c
to
210a2f0
Compare
@swift-ci please smoke test |
Hah, we fixed self-hosted tests now, but we broke the smoke tests, because they set the search paths via |
We're seeing an issue where the XCTest library doesn't use absolute paths to link dependent Swift libs on Linux which means we need to explicitly set `LD_LIBRARY_PATH` to work around that.
210a2f0
to
92a176b
Compare
@swift-ci please smoke test |
@swift-ci please smoke test macOS |
Both linux smoke tests and self hosted passed now 🥳 |
We're seeing an issue where the XCTest library doesn't use absolute paths to link dependent Swift libs on Linux which means we need to explicitly set
LD_LIBRARY_PATH
to work around that.