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

[BUG] - actions-rs/cargo is unmaintained and must be replaced #17

Open
LeoniePhiline opened this issue Nov 21, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@LeoniePhiline
Copy link
Contributor

Description

actions-rs/cargo is unmaintained and must be replaced.

The respository has been set to read-only.

It must be replaced, as CI, run by actions-rs/cargo@v1, fails with outdated rustc command line options:

error: failed to run `rustc` to learn about target-specific information

Caused by:
  process didn't exit successfully: `/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc - --crate-name ___ --print=file-names -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg` (exit status: 1)
  --- stderr
  warning: the `-Cinline-threshold` flag is deprecated and does nothing (consider using `-Cllvm-args=--inline-threshold=...`)

  error: unknown unstable option: `profile`

Steps to reproduce

  1. Check https://github.com/actions-rs/cargo and find it being archived.
  2. Check https://github.com/veeso/ssh2-config/actions/runs/11957708622/job/33335511680?pr=15 and see CI failing, as actions-rs/cargo uses outdated rustc CLI options.

Expected behaviour

CI works, CI dependencies are well maintained.

Environment

  • Github Actions as configured in this project.

Additional information

This is a blocker for #15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants