-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove use of nightly features in Cargo.toml
The use of `profile-rustflags` is mainly to minimize the size of virtual-adapter, but it's declared in the root Cargo.toml since it's only allowed in the workspace root even though it's not used when building wasi-virt crate. The use of the nightly feature requires projects depending on wasi-virt crate to also use nightly, which complicates the build process (especially building native extensions of Ruby..) This commit moves the `rustflags` setting from the Cargo.toml to the RUSTFLAGS env var in build-adapter.sh.
- Loading branch information
1 parent
6585bdf
commit 73d2945
Showing
4 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.