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

Make build require nightly Rust compiler #370

Closed
maciejwitowski opened this issue Oct 31, 2023 · 0 comments
Closed

Make build require nightly Rust compiler #370

maciejwitowski opened this issue Oct 31, 2023 · 0 comments
Assignees
Labels

Comments

@maciejwitowski
Copy link
Contributor

Running make build results in this error

error: the `-Z` flag is only accepted on the nightly channel of Cargo, but this is the `stable` channel

because it uses flag -Z from nightly channel

cargo build -Z unstable-options --release --out-dir ./bin -p ipc-cli

This may be a leftover from when we changed from using nightly to stable.

@adlrocha adlrocha self-assigned this Nov 1, 2023
@adlrocha adlrocha closed this as completed Nov 2, 2023
@jsoares jsoares transferred this issue from consensus-shipyard/ipc-libs Dec 19, 2023
@jsoares jsoares added the s:ipc label Dec 19, 2023
@jsoares jsoares closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants