From ba74f1ce4200c771f74ed44508069da4c4553ca7 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 25 Mar 2026 11:19:04 -0700 Subject: [PATCH] Add PATH to system_library test Depending on where you have `bazel` installed, this is required for the nested run. --- tests/system_library/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system_library/BUILD b/tests/system_library/BUILD index 215ba2cab..2a58df560 100644 --- a/tests/system_library/BUILD +++ b/tests/system_library/BUILD @@ -23,6 +23,7 @@ sh_test( "//cc:system_library.bzl", "@bazel_tools//tools/bash/runfiles", ], + env_inherit = ["PATH"], target_compatible_with = [ "@platforms//os:linux", ],