rav1e: switch to checkType debug
see https://github.com/xiph/rav1e/issues/2851
This commit is contained in:
parent
89378919a6
commit
ddaafeeebc
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ in rustPlatform.buildRustPackage rec {
|
|||
nativeBuildInputs = [ nasm cargo-c ];
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
|
||||
|
||||
checkType = "debug";
|
||||
|
||||
postBuild = ''
|
||||
cargo cbuild --release --frozen --prefix=${placeholder "out"} --target ${rustTargetPlatformSpec}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue