Tags: fmeum/with_cfg.bzl
Tags
Update bazel-contrib/.github action to v7 (#126) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel-contrib/.github](https://redirect.github.com/bazel-contrib/.github) | action | major | `v6` -> `v7` | --- ### Release Notes <details> <summary>bazel-contrib/.github (bazel-contrib/.github)</summary> ### [`v7`](https://redirect.github.com/bazel-contrib/.github/compare/v6...v7) [Compare Source](https://redirect.github.com/bazel-contrib/.github/compare/v6...v7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/fmeum/with_cfg.bzl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
BREAKING: Modify path layout to fix relative RPATH lookups (#104) The executable of an executable transitioned rule is now created in a subdirectory of the target's package, which allows it to match the path depth under the execroot of the original executable and thus gets relative RPATH entries to resolve. Also copy any DLLs next to the new executable on Windows. The new path layout can be disabled via `--no@with_cfg.bzl//:incompatible_same_depth_path_layout`, e.g. if users hardcoded rlocationpaths and don't want to update them now. It is recommended to avoid this and use `$(rlocationpath ...)` instead. Fixes #85
PreviousNext