keith / rules_multirun

Bazel rules for running multiple commands in parallel in a single bazel invocation
Apache License 2.0
77 stars 16 forks source link

replace runfiles interpreter with `/usr/bin/env bash` #59

Closed sudoforge closed 3 months ago

sudoforge commented 3 months ago
replace runfiles interpreter with `/usr/bin/env bash`

This replaces the interpreter set in
`//internal:constants.bzl%RUNFILES_PREFIX` with `/usr/bin/env bash`,
which resolves an issue under NixOS and other systems like it, which do
not have a `/bin/bash`.

Closes: keith/rules_multirun#58