Skip to content

[embedded] Explicitly install the embedded concurrency .a libraries with +x permissions #73599

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
May 14, 2024

Conversation

kubamracek
Copy link
Contributor

@kubamracek kubamracek commented May 13, 2024

The embedded concurrency .a libraries are produced and pass some basic tests, but they are missing from downloadable toolchains on swift.org. It seems like that static libraries need to be installed with +x file permissions to make it into the final toolchain, and it's something that is handled for normal libraries in add_swift_target_library, but since we're using add_swift_target_library_single we need to do that explicitly.

@kubamracek
Copy link
Contributor Author

@swift-ci please test

@kubamracek
Copy link
Contributor Author

@swift-ci Please Build Toolchain macOS Platform

@kubamracek kubamracek added the embedded Embedded Swift label May 13, 2024
@kubamracek
Copy link
Contributor Author

Toolchains looks good (embedded libswift_Concurrency.a is actually present now).

@kubamracek kubamracek merged commit e7b9fbc into swiftlang:main May 14, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
embedded Embedded Swift
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant