Skip to content

Tests: adjust tests for Darwin #1684

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

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

compnerd
Copy link
Member

The Darwin toolchain is incomplete, missing swift-autolink-extract. Add a workaround for the missing tool to allow the tests to pass. This then uncovers another issue with ASi builds where the prebuilt NDK is only available on x86_64 hosts. While we could loosen the NDK lookup, we do still occassionally use some of the tools, so for now lets limit the test to x86_64.

Fixes: #1682

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
The Darwin toolchain is incomplete, missing `swift-autolink-extract`.
Add a workaround for the missing tool to allow the tests to pass. This
then uncovers another issue with ASi builds where the prebuilt NDK is
only available on x86_64 hosts. While we could loosen the NDK lookup, we
do still occassionally use some of the tools, so for now lets limit the
test to x86_64.

Fixes: swiftlang#1682
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd requested a review from hyp August 21, 2024 16:40
@compnerd compnerd merged commit 9c61dd1 into swiftlang:main Aug 21, 2024
3 checks passed
@compnerd compnerd deleted the asi-complete branch August 21, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SwiftDriverTests.SwiftDriverTests testAndroidNDK failed on macOS Apple Silicon bot
2 participants