Why can perl not be found in custom rule #25292
Unanswered
andrewkatson
asked this question in
Q&A
Replies: 1 comment
-
I see that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on openssl for Bazel on Windows and I run into a curious error. When a "normal" rule runs StrawberryPerl is on the
PATH
in my github action. But when the custom rule I wrote runs PATH is altered to exclude StrawberryPerl even though I setrules_perl
as a needed toolchain.I am curious why this is.
raccoons-build/bazel-openssl-cc#5
Beta Was this translation helpful? Give feedback.
All reactions