2022-12-02 02:13:54 +00:00
|
|
|
[repositories]
|
2024-04-02 11:59:25 +00:00
|
|
|
root = .
|
2022-12-15 19:10:48 +00:00
|
|
|
prelude = tools/buck/prelude
|
2022-12-02 02:13:54 +00:00
|
|
|
toolchains = tools/buck/toolchains
|
2024-04-02 11:59:25 +00:00
|
|
|
none = none
|
|
|
|
|
|
|
|
[repository_aliases]
|
|
|
|
config = prelude
|
2022-12-02 02:13:54 +00:00
|
|
|
buck = none
|
|
|
|
fbcode = none
|
|
|
|
fbsource = none
|
2020-02-10 02:59:12 +00:00
|
|
|
|
2022-12-02 02:13:54 +00:00
|
|
|
[project]
|
|
|
|
# Hide BUCK files under target/package/ from `buck build ...`. Otherwise:
|
|
|
|
# $ buck build ...
|
|
|
|
# //target/package/cxx-0.3.0/tests:ffi references non-existing file or directory 'target/package/cxx-0.3.0/tests/ffi/lib.rs'
|
2024-04-02 11:59:25 +00:00
|
|
|
#
|
|
|
|
# Also hide some Bazel-managed directories that contain symlinks to the repo root.
|
|
|
|
ignore = \
|
|
|
|
.git, \
|
|
|
|
bazel-bin, \
|
|
|
|
bazel-cxx, \
|
|
|
|
bazel-out, \
|
|
|
|
bazel-testlogs, \
|
|
|
|
target
|
2020-10-12 04:55:44 +00:00
|
|
|
|
2022-12-02 02:13:54 +00:00
|
|
|
[parser]
|
2024-04-02 11:59:25 +00:00
|
|
|
target_platform_detector_spec = target:root//...->prelude//platforms:default
|