diff options
Diffstat (limited to 'third_party/cpp/googleapis/default.nix')
-rw-r--r-- | third_party/cpp/googleapis/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/cpp/googleapis/default.nix b/third_party/cpp/googleapis/default.nix index bb1737bb92fa..5fc40ac9f7ad 100644 --- a/third_party/cpp/googleapis/default.nix +++ b/third_party/cpp/googleapis/default.nix @@ -21,4 +21,7 @@ in stdenv.mkDerivation { ]; nativeBuildInputs = with pkgs; [ cmake pkgconfig ]; + + # Builds are failing, that's not good. + meta.ci = false; } |