Skip to content

Commit 928816d

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Add .buckconfig.oss
Summary: This is part of an effort to enable Executorch OSS BUCK build. .buckconfig is required for OSS BUCK build and we are adding .buckconfig.oss. In shipit config we need to map it to .buckconfig and put it under root (executorch/). Reviewed By: dbort Differential Revision: D47444557 fbshipit-source-id: cf9764e2c31340edf30d5748baeb780d5d5c4cfd
1 parent 3b98cc5 commit 928816d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

oss/.buckconfig.oss

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[executorch]
2+
is_oss = 1
3+
4+
[buildfile]
5+
name = TARGETS
6+
7+
[repositories]
8+
root = .
9+
prelude = prelude
10+
shim = shim
11+
12+
[repository_aliases]
13+
config = prelude
14+
ovr_config = prelude
15+
toolchains = shim
16+
fbcode = shim
17+
fbcode_macros = shim
18+
fbsource = shim
19+
buck = shim
20+
21+
[cxx]
22+
cxxflags = -g -std=c++17
23+
24+
[parser]
25+
target_platform_detector_spec = target:root//...->prelude//platforms:default target:shim//...->prelude//platforms:default

0 commit comments

Comments
 (0)