aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormihaelaion-code <51996505+mihaelaion-code@users.noreply.github.com>2019-06-19 15:02:51 +0200
committerGitHub <noreply@github.com>2019-06-19 15:02:51 +0200
commitd03baa047de48c134bcfae8a16774752a73267bf (patch)
tree5fa971d178149b1315946a77bd6c635502c2b860
parent5b8a532eeb81aa756e57e96de2c73a3fc907d294 (diff)
downloadprivate-join-and-compute-d03baa047de48c134bcfae8a16774752a73267bf.tar.gz
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2c41636..f04a792 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,12 @@ cd private-join-and-compute
bazel build :all
```
+If you get an error, you may need to build with the following flags:
+
+```bash
+bazel build :all --incompatible_disable_deprecated_attr_params=false --incompatible_depset_is_not_iterable=false --incompatible_new_actions_api=false --incompatible_no_support_tools_in_action_inputs=false
+```
+
(All the following instructions must be run from inside the
private-join-and-compute folder.)