aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-12-02 23:12:03 -0800
committerDavid Tolnay <dtolnay@gmail.com>2022-12-02 23:14:08 -0800
commit8f50570e80888d5a44b2188a745a35862e71b7c4 (patch)
treec08ee4319205ea27d7eed703d2743cc6ad15ad77
parent77d9eda19190c3494b189cecc48700ec47f5db37 (diff)
downloadcxx-8f50570e80888d5a44b2188a745a35862e71b7c4.tar.gz
Hide buck2 submodule from bazel
Otherwise `bazel build ...` gets tripped up. ERROR: error loading package 'tools/buck/buck2/examples/no_prelude/go/binary-toolchain': cannot load '//:rules.bzl': no such file ERROR: error loading package 'tools/buck/buck2/examples/no_prelude/rust/rustc': cannot load '//:rules.bzl': no such file ERROR: error loading package 'tools/buck/buck2/examples/prelude/cpp/library': Unable to find package for @prelude//rules.bzl:rules.bzl: The repository '@prelude' could not be resolved: Repository '@prelude' is not defined. ERROR: error loading package 'tools/buck/buck2/examples/prelude/python/library': Unable to find package for @prelude//rules.bzl:rules.bzl: The repository '@prelude' could not be resolved: Repository '@prelude' is not defined. INFO: Elapsed time: 0.167s INFO: 0 processes. FAILED: Build did NOT complete successfully (0 packages loaded)
-rw-r--r--.bazelignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bazelignore b/.bazelignore
index 2f7896d1..c42dab31 100644
--- a/.bazelignore
+++ b/.bazelignore
@@ -1 +1,2 @@
target/
+tools/buck/buck2/