Merge pull request #148894 from Mic92/rav1e
rav1e: switch to checkType debug
This commit is contained in:
@@ -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}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user