about summary refs log tree commit diff
path: root/third_party/cpp/googleapis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cpp/googleapis/default.nix')
-rw-r--r--third_party/cpp/googleapis/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/cpp/googleapis/default.nix b/third_party/cpp/googleapis/default.nix
index bb1737bb92..5fc40ac9f7 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;
 }