forked from pytorch/executorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.buckconfig
39 lines (32 loc) · 775 Bytes
/
.buckconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[executorch]
is_oss = 1
[buildfile]
name = TARGETS
[repositories]
root = .
prelude = third-party/prelude
shim = shim
shim_et = shim_et
[repository_aliases]
config = prelude
ovr_config = prelude
toolchains = shim_et
fbcode = shim_et
fbcode_macros = shim_et
fbsource = shim_et
buck = shim
[cxx]
cxxflags = -g -std=c++17
[parser]
target_platform_detector_spec = target:root//...->prelude//platforms:default target:shim//...->prelude//platforms:default
# Limit the number of files that the buck daemon needs to monitor. If every
# submodule is cloned recursively, some system can fail to build with "OS file
# watch limit reached".
[project]
ignore = \
.git, \
**/.git, \
cmake-out, \
pip-out
[buck2]
restarter=true