Skip to content

Tags: fmeum/with_cfg.bzl

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a `clone()` method to builders (#117)

Also prevent direct and indirect modifications of already built
builders.

Fixes #114

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update r_j_e in tests (#111)

This works arounds failures due to Java version detection not coping
with `JAVA_TOOL_OPTIONS` messages from `java -version`.

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only special case `args` for `*_binary` and `*_test` rules (#110)

For other rules, Bazel doesn't handle `args` specially and so shouldn't
we.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for location expansion in `args` (#100)

See the long comment in `args.bzl` for an explanation of why this is so
complicated.

Fixes #82

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for `go_test` (#97)

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Suggest dropping the `"//command_line_option:"` prefix (#80)

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Run BCR tests with both Bazel 6 and 7 (#68)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added support for dashes in setting names (#61)

- Added tests to ensure the validity conversion of setting.bzl

Fixes #60