Fabian Meumertzheim
Fabian Meumertzheim
@jbedard Happy to help with this and review PRs, but my JS is rusty
The same logic should apply in the non-Bzlmod case. The file can still be non-trivial and needs to be taken into account, even with WORKSPACE.
@jbedard If a pair `(source canonical name, target apparent name)` isn't found in the repo mapping, `target apparent name` should be used as the canonical name rather than raising an...
@bazel-io fork 9.0.0
cc @meteorcloudy
@UebelAndre Are you able to run a bisect with `bazelisk`? I can look into fixing this.
Thanks for running the bisect. So openssl would have failed .d validation if it had been running, but it didn't due to being on the system include path? If that's...
@brentleyjones Would this work for you? ```starlark glob([ allow_empty = True, "*.strings", "*.stringsdict", ]) or fail("glob is empty") ```
You can achieve this by appending `or fail("...")`.
This is expected, `env` is only meant for `bazel test` and `run`, it doesn't have an effect on a target if it is used as a tool in an action.