Skip to content
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

Split out capi targets: make separate freertos, staticlib, and cdylib crates as targets #1747

Merged
merged 14 commits into from
Mar 29, 2022

Conversation

Manishearth
Copy link
Member

This allows one to vendor things without pulling in freertos deps, and also is a less weird-looking workaround to rust-lang/cargo#4881

@Manishearth Manishearth requested review from sffc and a team as code owners March 28, 2022 22:18
@@ -47,6 +47,9 @@ provider_static = ["icu_testdata"]
smaller_static = ["provider_static"]
# Enables size-optimized builds on x86_64
x86tiny = ["dlmalloc"]
# We can't exclude x86tiny from `--all-features` and it messes up the build for other crates
# Instead, we use this feature to detect when `--all-features` is occurring
internal_all_features_hack = []
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't really have a good way to opt out of --all-features

@Manishearth Manishearth requested a review from sffc March 29, 2022 02:14
sffc
sffc previously approved these changes Mar 29, 2022
sffc
sffc previously approved these changes Mar 29, 2022
@Manishearth Manishearth merged commit 9aba389 into unicode-org:main Mar 29, 2022
@Manishearth Manishearth deleted the freertos branch March 29, 2022 04:52
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.

2 participants