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

CI tests fail with Rust 1.70.0 #958

Closed
jpraynaud opened this issue Jun 2, 2023 · 0 comments · Fixed by #959
Closed

CI tests fail with Rust 1.70.0 #958

jpraynaud opened this issue Jun 2, 2023 · 0 comments · Fixed by #959
Assignees
Labels
bug ⚠️ Something isn't working D-medium Difficulty: medium

Comments

@jpraynaud
Copy link
Member

Issue

The Rust tests fail in the CI following the upgrade of Rust to 1.70.0. The -Z unstable-options has been deactivated with the non nightly builds of the toolchain

See https://github.com/input-output-hk/mithril/actions/runs/5157587712/jobs/9290193185#step:4:755:

     Running unittests src/lib.rs (target/debug/deps/mithril_aggregator-8a7a5c39a74437d2)
error: the option `Z` is only accepted on the nightly compiler
error: test failed, to rerun pass `-p mithril-aggregator --lib`
     Running unittests src/main.rs (target/debug/deps/mithril_aggregator-32710dd7c97845a4)
error: the option `Z` is only accepted on the nightly compiler
@jpraynaud jpraynaud added bug ⚠️ Something isn't working D-medium Difficulty: medium dev 💪 labels Jun 2, 2023
@jpraynaud jpraynaud self-assigned this Jun 2, 2023
@jpraynaud jpraynaud mentioned this issue Jun 2, 2023
7 tasks
@jpraynaud jpraynaud linked a pull request Jun 7, 2023 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ⚠️ Something isn't working D-medium Difficulty: medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant