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

Fix cargo machete #348

Open
mxpv opened this issue Dec 3, 2024 · 1 comment
Open

Fix cargo machete #348

mxpv opened this issue Dec 3, 2024 · 1 comment
Labels
help wanted Extra attention is needed T-CI Changes in project's CI

Comments

@mxpv
Copy link
Member

mxpv commented Dec 3, 2024

Something weird going on with cargo machete.
I've disabled it for now to get CI going and to unblock PRs merging, this requires some further investigation:

 Downloaded humantime v2.1.0
  Downloaded bstr v1.11.0
  Downloaded cargo-platform v0.1.9
  Downloaded encoding_rs v0.8.35
error: failed to compile `cargo-machete v0.7.0`, intermediate artifacts can be found at `/var/folders/5q/zcc7tkt11f13mhczs1yfd4qc0000gn/T/cargo-installD6miBw`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

Caused by:
  package `cargo-platform v0.1.9` cannot be built because it requires rustc 1.78 or newer, while the currently active rustc version is 1.77.2
  Try re-running cargo install with `--locked`

https://github.com/containerd/rust-extensions/actions/runs/12145237311/job/33866410733

@mxpv mxpv added help wanted Extra attention is needed T-CI Changes in project's CI labels Dec 3, 2024
@jokemanfire
Copy link
Contributor

looks like rust toolchain should update to 1.78?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed T-CI Changes in project's CI
Projects
None yet
Development

No branches or pull requests

2 participants