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

Unit Test CI broken #576

Closed
codyjrivera opened this issue Jan 16, 2025 · 1 comment
Closed

Unit Test CI broken #576

codyjrivera opened this issue Jan 16, 2025 · 1 comment

Comments

@codyjrivera
Copy link
Collaborator

The CI task unit-tests fails in #575. It appears that home v0.5.11 doesn't support rustc 1.76.0, so it needs to use version home v0.5.9.

Here is the job:
https://github.com/anvil-verifier/anvil/actions/runs/12818355686/job/35744504299?pr=575

And here is the relevant part of the output

error: package `home v0.5.11` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.76.0
Either upgrade to rustc 1.81 or newer, or use
cargo update [email protected] --precise ver
where `ver` is the latest version of `home` supporting rustc 1.76.0
Error: Process completed with exit code 101.

conformance-tests fails similarly.

github-merge-queue bot pushed a commit that referenced this issue Jan 17, 2025
Fix `home` dependency (set to version "0.5.9") to address issue
#576.

---------

Signed-off-by: Cody Rivera <[email protected]>
@codyjrivera
Copy link
Collaborator Author

Closed by #577

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

No branches or pull requests

1 participant