Possible contribution of windows batch runfiles macro #22843
peakschris
started this conversation in
General
Replies: 1 comment 2 replies
-
@peakschris This looks very interesting. But I prefer to keep the complexity and maintenance cost low in bazel, I think aspect-bazel-lib might be a better home for it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
For a recent project I have ported https://github.com/bazelbuild/bazel/blob/master/tools/bash/runfiles/runfiles.bash to windows batch, and I thought it would be excellent to get it upstreamed into bazel repo in a similar location to runfiles.bash so it can be consumed as easily as the bash version.
The code started as windows_utils.bzl from aspect-bazel-lib but is now almost all rewritten by porting the runfiles.bash code. But before you pigeonhole me, I used copilot for the heavy lifting #notabatguy ;-)
@fmeum @meteorcloudy would you be willing to accept this as a contribution?
https://github.com/peakschris/rules_multirun/blob/windows/internal/bazel-lib/windows_utils.bzl
Beta Was this translation helpful? Give feedback.
All reactions