Fabian Meumertzheim
Fabian Meumertzheim
An idea from the sidelines: Since the stub script knows best whether it created a manifest jar, it could pass along its path as an environment variable or Java system...
Cc @oquenchil @lberki
@bazel-io flag
Thanks for investigating and sorry for the false alarm - I saw the `_tmp` and thought that it was the hermetic tmp dir.
I updated title and description.
`bazel run //src/test/tools/bzlmod:update_default_lock_file` should fix this. It's necessary because it contains a hash of certain files in `@bazel_tools`.
@comius @meteorcloudy
@bazel-io fork 7.1.0
> Make sure that an indirection through multiple symlinks works as well A tricky edge case: The output may be declared as an unresolved symlink (`ctx.actions.declare_symlink`), so we would not...
I started out firmly in camp "WAI", but my opinion has changed to "we should perform this magic replacement". If it were just for the `ln -s` case, I would...