about summary refs log tree commit diff
path: root/third_party/grpc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/grpc/default.nix')
-rw-r--r--third_party/grpc/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/grpc/default.nix b/third_party/grpc/default.nix
index 8441136929..2914d8d8e7 100644
--- a/third_party/grpc/default.nix
+++ b/third_party/grpc/default.nix
@@ -9,4 +9,7 @@
     "-DCMAKE_CXX_STANDARD=17"
     "-DCMAKE_CXX_STANDARD_REQUIRED=ON"
   ];
-})
+}) // {
+  # TODO(b/132): Reenable when linker errors are fixed.
+  meta.ci = false;
+}