From b7026a9a06ecbb9205b0899af1b1f29f8984cb54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nenad=20Miks=CC=8Ca?= Date: Sat, 21 Feb 2026 00:15:35 +0100 Subject: [PATCH] also export `lib` symlink from python host repository --- python/private/toolchains_repo.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/private/toolchains_repo.bzl b/python/private/toolchains_repo.bzl index f7ff19c30e..d07e20e00d 100644 --- a/python/private/toolchains_repo.bzl +++ b/python/private/toolchains_repo.bzl @@ -113,7 +113,7 @@ def compile_pip_requirements(**kwargs): _HOST_TOOLCHAIN_BUILD_CONTENT = """ # Generated by python/private/toolchains_repo.bzl -exports_files(["python"], visibility = ["//visibility:public"]) +exports_files(["python", "lib"], visibility = ["//visibility:public"]) """.lstrip() _HOST_PYTHON_TESTER_TEMPLATE = """