From d71277e0a0b6ad60b6ecce4382b7f7f3e35c3282 Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Fri, 2 Feb 2024 11:00:38 +0100 Subject: Fix export of remote API As we patch that API, it also can implicitly depend on the toolchain (and hence its config), if we use a compiled implementation of patch. Making the TOOLCHAIN_CONFIG a flexible part of the config allow to, again, build static binaries as usual. --- etc/import/TARGETS.bazel_remote_apis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/import/TARGETS.bazel_remote_apis b/etc/import/TARGETS.bazel_remote_apis index a74b9ef0..efc3ddd0 100644 --- a/etc/import/TARGETS.bazel_remote_apis +++ b/etc/import/TARGETS.bazel_remote_apis @@ -31,6 +31,7 @@ , "The Remote Execution API is an API that, at its most general, allows clients" , "to request execution of binaries on a remote system." ] - , "flexible_config": ["ARCH", "ENV", "HOST_ARCH", "PATCH"] + , "flexible_config": + ["ARCH", "ENV", "HOST_ARCH", "PATCH", "TOOLCHAIN_CONFIG"] } } -- cgit v1.2.3