Skip to content

Commit 80730ee

Browse files
committed
Update shim to unbreak OSS tests buck build
Porting facebook/buck2-shims-meta@fe8b492 as a short-term measure until I figure out how to get us synced with that repo. Test Plan: buck2 build //runtime/test/... no longer fails with missing shim//:test error ghstack-source-id: 3beacda ghstack-comment-id: 2649766301 Pull Request resolved: #8362
1 parent b751645 commit 80730ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shim/BUCK

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
load("@prelude//tests:test_toolchain.bzl", "noop_test_toolchain")
12
load("@prelude//platforms:defs.bzl", "execution_platform")
23
load("@prelude//toolchains:cxx.bzl", "system_cxx_toolchain")
34
load("@prelude//toolchains:genrule.bzl", "system_genrule_toolchain")
@@ -74,3 +75,8 @@ execution_platform(
7475
use_windows_path_separators = host_info().os.is_windows,
7576
visibility = ["PUBLIC"],
7677
)
78+
79+
noop_test_toolchain(
80+
name = "test",
81+
visibility = ["PUBLIC"],
82+
)

0 commit comments

Comments
 (0)