Unverified Commit e83cd1fb authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #238411: gst_all_1.gst-plugins-rs: drop a test on aarch64-*

parents 451d4f5e 45384eef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -138,6 +138,10 @@ stdenv.mkDerivation rec {
    '';
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isAarch64 ''
    rm net/raptorq/tests/raptorq.rs
  '';

  cargoDeps = rustPlatform.importCargoLock {
    lockFile = ./Cargo.lock;
    outputHashes = {