cargo-cyclonedx: disable checks
The test suite is broken since rustc 1.90, see: https://github.com/CycloneDX/cyclonedx-rust-cargo/issues/807
This commit is contained in:
@@ -21,6 +21,10 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoHash = "sha256-deczbMPeJsnmXbVB60stKhJJZRIIwjY5vExS3x3b6aU=";
|
||||
|
||||
# Test suite is broken since rustc 1.90, see:
|
||||
# https://github.com/CycloneDX/cyclonedx-rust-cargo/issues/807
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user