aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Pudlik <tpudlik@google.com>2023-03-02 01:01:50 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-02 01:01:50 +0000
commit0a0d1b2b4c63742ccda9a633c4bbe28e22f38bdc (patch)
tree98fd40d9ce4bcc74f03349a7000539e46b2838e1
parentd960e5d177ebaa4f81d7361038a5601232fa8ae7 (diff)
downloadpigweed-0a0d1b2b4c63742ccda9a633c4bbe28e22f38bdc.tar.gz
bazel: Support --output_base
A workaround for https://github.com/bazelbuild/bazel/issues/13951 that allows setting `--output_base=outbazel` while building with Bazel. Change-Id: Ie024fff2a145f57d3767c270c512b1f3d110d9f8 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/131612 Reviewed-by: Anthony DiGirolamo <tonymd@google.com> Commit-Queue: Ted Pudlik <tpudlik@google.com>
-rw-r--r--.bazelignore5
-rw-r--r--.gitignore1
2 files changed, 6 insertions, 0 deletions
diff --git a/.bazelignore b/.bazelignore
index 280ad54fd..5b3b096ae 100644
--- a/.bazelignore
+++ b/.bazelignore
@@ -4,3 +4,8 @@
environment
node_modules
out
+bazel-bin
+bazel-out
+bazel-pigweed
+bazel-testlogs
+outbazel
diff --git a/.gitignore b/.gitignore
index f06c43cfc..ed3ae360b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
compile_commands.json
out/
bazel-*
+outbazel/
.presubmit/
docs/_build