Loading pkgs/by-name/go/google-cloud-cpp/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,10 @@ stdenv.mkDerivation (finalAttrs: { installCheckPhase = let disabledTests = lib.optionalString stdenv.hostPlatform.isDarwin '' disabledTests = '' bigtable_internal_data_connection_impl_test '' + lib.optionalString stdenv.hostPlatform.isDarwin '' common_internal_async_connection_ready_test bigtable_async_read_stream_test bigtable_metadata_update_policy_test Loading pkgs/development/libraries/ffmpeg/generic.nix +2 −1 Original line number Diff line number Diff line Loading @@ -985,7 +985,8 @@ stdenv.mkDerivation ( ]; }; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; # tests linking broken with shaderc after https://github.com/NixOS/nixpkgs/pull/477464/changes/5a47b12dfcd1b909ba35778a866394430054319a doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform && !withShaderc; # Fails with SIGABRT otherwise FIXME: Why? checkPhase = Loading Loading
pkgs/by-name/go/google-cloud-cpp/package.nix +4 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,10 @@ stdenv.mkDerivation (finalAttrs: { installCheckPhase = let disabledTests = lib.optionalString stdenv.hostPlatform.isDarwin '' disabledTests = '' bigtable_internal_data_connection_impl_test '' + lib.optionalString stdenv.hostPlatform.isDarwin '' common_internal_async_connection_ready_test bigtable_async_read_stream_test bigtable_metadata_update_policy_test Loading
pkgs/development/libraries/ffmpeg/generic.nix +2 −1 Original line number Diff line number Diff line Loading @@ -985,7 +985,8 @@ stdenv.mkDerivation ( ]; }; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; # tests linking broken with shaderc after https://github.com/NixOS/nixpkgs/pull/477464/changes/5a47b12dfcd1b909ba35778a866394430054319a doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform && !withShaderc; # Fails with SIGABRT otherwise FIXME: Why? checkPhase = Loading