File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11
11
shim_et = shim_et
12
12
13
13
[repository_aliases]
14
+ bazel_skylib = shim
14
15
config = prelude
15
16
ovr_config = prelude
16
17
toolchains = shim_et
17
18
fbcode = shim_et
18
- fbcode_macros = shim_et
19
+ fbcode_macros = shim
19
20
fbsource = shim_et
20
21
buck = shim
22
+ gh_facebook_buck2_shims_meta = shim
21
23
22
24
[cxx]
23
25
cxxflags = -g -std =c++17
Original file line number Diff line number Diff line change 7
7
set -eux
8
8
9
9
# TODO: expand this to //...
10
- buck2 query //runtime/...
10
+ # TODO: can't query cadence & vulkan backends
11
+ buck2 query " //backends/apple/... + //backends/example/... + \
12
+ //backends/mediatek/... + //backends/test/... + //backends/transforms/... + \
13
+ //backends/xnnpack/... + //configurations/... + //kernels/portable/cpu/... + \
14
+ //runtime/... + //schema/... + //test/... + //util/..."
11
15
12
16
# TODO: expand the covered scope of Buck targets.
13
17
buck2 build //runtime/core/portable_type/...
You can’t perform that action at this time.
0 commit comments