Commit aedbe86f authored by Frédéric Christ's avatar Frédéric Christ
Browse files

cargo-cyclonedx: disable checks

The test suite is broken since rustc 1.90, see:
https://github.com/CycloneDX/cyclonedx-rust-cargo/issues/807
parent 89c2b233
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
  ];