This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
🐛 Check failure when building in a clean chroot #4548
Labels
A-Tooling
Area: our own build, development, and release tooling
S-Bug: confirmed
Status: report has been confirmed as a valid bug
I maintain the AUR recipe for
rome
tools. I also built it and host a prebuilt version in my user repository. I'm also considering promoting this to an official Arch Linux package in the [extra] repository.As part of the build process, I always build in a clean chroot configured with just the dependencies named in the package. This includes the latest stable packages for Rust and other dependencies. For Rust projects this typically also means running
cargo test
. For this project specifically I'm running:$ cargo test -p rome_cli --frozen --all-features
This worked up through 12.0.0, but all releases since that including 12.1.3 have started failing checks.
Test output:
The text was updated successfully, but these errors were encountered: