libopus: disable tests on i686

test_unit_LPC_inv_pred_gain fails
This commit is contained in:
Lucas Ransan 2020-12-23 14:56:49 +01:00 committed by Frederik Rietdijk
parent 31ed763ea0
commit a909a45e04

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation {
configureFlags = stdenv.lib.optional fixedPoint "--enable-fixed-point"
++ stdenv.lib.optional withCustomModes "--enable-custom-modes";
doCheck = true;
doCheck = !stdenv.isi686; # test_unit_LPC_inv_pred_gain fails
meta = with stdenv.lib; {
description = "Open, royalty-free, highly versatile audio codec";