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 1111 shim_et = shim_et
1212
1313[repository_aliases]
14+ bazel_skylib = shim
1415 config = prelude
1516 ovr_config = prelude
1617 toolchains = shim_et
1718 fbcode = shim_et
18- fbcode_macros = shim_et
19+ fbcode_macros = shim
1920 fbsource = shim_et
2021 buck = shim
22+ gh_facebook_buck2_shims_meta = shim
2123
2224[cxx]
2325 cxxflags = -g -std =c++17
Original file line number Diff line number Diff line change 77set -eux
88
99# 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/..."
1115
1216# TODO: expand the covered scope of Buck targets.
1317buck2 build //runtime/core/portable_type/...
You can’t perform that action at this time.
0 commit comments