You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to set rustflags = ["--cfg", "tokio_unstable"]
or export RUSTFLAGS="--cfg tokio_unstable"
as part of my build, but can't figure out how to get release.yml to pick it up. When I modify the release.yml generated by cargo-dist to set RUSTFLAGS inline whenever it runs build I get an error that the release.yml is dirty as part of plan.
What's the correct way to set build flags for cargo-dist as part of CI?
The text was updated successfully, but these errors were encountered:
I need to set
rustflags = ["--cfg", "tokio_unstable"]
or
export RUSTFLAGS="--cfg tokio_unstable"
as part of my build, but can't figure out how to get release.yml to pick it up. When I modify the release.yml generated by cargo-dist to set RUSTFLAGS inline whenever it runs build I get an error that the release.yml is dirty as part of
plan
.What's the correct way to set build flags for cargo-dist as part of CI?
The text was updated successfully, but these errors were encountered: