Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
787 B
Diff
14 lines
787 B
Diff
diff --git a/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRuleClassProvider.java b/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRuleClassProvider.java
|
|
index a70b5559bc..10bdffe961 100644
|
|
--- a/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRuleClassProvider.java
|
|
+++ b/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRuleClassProvider.java
|
|
@@ -466,7 +466,7 @@ public class BazelRuleClassProvider {
|
|
// Note that --action_env does not propagate to the host config, so it is not a viable
|
|
// workaround when a genrule is itself built in the host config (e.g. nested genrules). See
|
|
// #8536.
|
|
- return "/bin:/usr/bin:/usr/local/bin";
|
|
+ return "@strictActionEnvPatch@";
|
|
}
|
|
|
|
String newPath = "";
|