Skip to content

Commit ab10ba7

Browse files
renovate[bot]chouetzdd-octo-sts[bot]devflow.devflow-routing-intake
authored
Update dependency rules_cc to v0.2.18 (#50093)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_cc](https://redirect.github.com/bazelbuild/rules_cc) | bazel_dep | patch | `0.2.17` → `0.2.18` | --- ### Release Notes <details> <summary>bazelbuild/rules_cc (rules_cc)</summary> ### [`v0.2.18`](https://redirect.github.com/bazelbuild/rules_cc/releases/tag/0.2.18) [Compare Source](https://redirect.github.com/bazelbuild/rules_cc/compare/0.2.17...0.2.18) ##### Using bzlmod with Bazel 6 or later: 1. \[Bazel 6] Add `common --enable_bzlmod` to `.bazelrc`. 2. Add to your `MODULE.bazel` file: ```starlark bazel_dep(name = "rules_cc", version = "0.2.18") ``` ##### Using WORKSPACE: ```starlark load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_cc", sha256 = "1de5b47721fce0af0dd453b3071228fdfc44bd18199826b3f0b03b423aae9f65", strip_prefix = "rules_cc-0.2.18", url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.18/rules_cc-0.2.18.tar.gz", ) load("@&#8203;rules_cc//cc:extensions.bzl", "compatibility_proxy_repo") compatibility_proxy_repo() ``` **Full Changelog**: <bazelbuild/rules_cc@0.2.17...0.2.18> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (`* 0-4,22-23 * * 1-5`) - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/DataDog/datadog-agent). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvbm8tY2hhbmdlbG9nIiwiZGVwZW5kZW5jaWVzIiwicWEvbm8tY29kZS1jaGFuZ2UiXX0=--> Co-authored-by: chouetz <[email protected]> Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> Co-authored-by: devflow.devflow-routing-intake <[email protected]>
1 parent e2f1f05 commit ab10ba7

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

.github/workflows/deps-tidy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ jobs:
7575
with:
7676
toolchain: stable
7777
- name: Repin Bazel Rust lockfile
78-
run: bazel mod tidy
78+
run: |
79+
bazel mod tidy
80+
bazel mod deps --repo_env=REPIN=1
7981
- name: Generate Rust licenses
8082
run: |
8183
cargo install [email protected] --locked
@@ -97,7 +99,9 @@ jobs:
9799
- uses: ./.github/actions/deps-tidy-setup
98100
id: setup
99101
- name: Repin Bazel module lockfile
100-
run: bazel mod tidy
102+
run: |
103+
bazel mod tidy
104+
bazel mod deps --repo_env=REPIN=1
101105
- uses: ./.github/actions/deps-tidy-push
102106
with:
103107
token: ${{ steps.setup.outputs.token }}

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bazel_dep(name = "libarchive", version = "3.8.1.bcr.2")
5757
bazel_dep(name = "platforms", version = "1.0.0")
5858
bazel_dep(name = "protobuf", version = "34.1")
5959
bazel_dep(name = "re.bzl", version = "0.2.0")
60-
bazel_dep(name = "rules_cc", version = "0.2.17")
60+
bazel_dep(name = "rules_cc", version = "0.2.18")
6161
bazel_dep(name = "rules_flex", version = "0.4")
6262
bazel_dep(name = "rules_go", version = "0.60.0")
6363
bazel_dep(name = "rules_m4", version = "0.3.bcr.1")

MODULE.bazel.lock

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)