From d4a9ca01eb5bb786ecbfbcd8302253eb7797e8bb Mon Sep 17 00:00:00 2001 From: Jon Janzen Date: Thu, 31 Oct 2024 12:40:22 -0700 Subject: [PATCH] Remove open_source oncall marker in executorch owned code Differential Revision: D65284104 Pull Request resolved: https://github.com/pytorch/executorch/pull/6599 --- shim/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim/BUCK b/shim/BUCK index 365a7bc076..b18ee71454 100644 --- a/shim/BUCK +++ b/shim/BUCK @@ -8,7 +8,7 @@ load("@prelude//toolchains:python.bzl", "system_python_bootstrap_toolchain", "sy load("@prelude//toolchains:remote_test_execution.bzl", "remote_test_execution_toolchain") load("@prelude//toolchains:rust.bzl", "system_rust_toolchain") -oncall("open_source") +oncall("executorch") system_cxx_toolchain( name = "cxx",