Skip to content

chore(deps): update dependency hermetic_cc_toolchain to v4.1.0#400

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/hermetic_cc_toolchain-4.x
Open

chore(deps): update dependency hermetic_cc_toolchain to v4.1.0#400
renovate[bot] wants to merge 1 commit intomainfrom
renovate/hermetic_cc_toolchain-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2026

This PR contains the following updates:

Package Type Update Change
hermetic_cc_toolchain bazel_dep minor 4.0.14.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

uber/hermetic_cc_toolchain (hermetic_cc_toolchain)

v4.1.0

WORKSPACE boilerplate
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

HERMETIC_CC_TOOLCHAIN_VERSION = "v4.1.0"

http_archive(
    name = "hermetic_cc_toolchain",
    sha256 = "65b9f964ffc733bbe8559ff5497a887bbd384fee1d7592f355633d655f0dff4a",
    urls = [
        "https://mirror.bazel.build/github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
        "https://github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
    ],
)

load("@​hermetic_cc_toolchain//toolchain:defs.bzl", zig_toolchains = "toolchains")

# Plain zig_toolchains() will pick reasonable defaults. See

# toolchain/defs.bzl:toolchains on how to change the Zig SDK version and
# download URL.
zig_toolchains()
What's Changed
New Contributors

Full Changelog: uber/hermetic_cc_toolchain@v4.0.1...v4.1.0


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 31, 2026
@aspect-workflows
Copy link

aspect-workflows bot commented Jan 31, 2026

Bazel 9 (Test)

2 test targets passed

Targets
//img/private/release/gazelle_plugin:release_files_test [k8-fastbuild]                 78ms
//util:buildifier.check [k8-fastbuild]                                                 3s

Total test execution time was 3s. 19 tests (90.5%) were fully cached saving 11s.


Integration Tests (Test)

3 test targets passed

Targets
//e2e:cc_bazel_7_4_0 2m 43s
//e2e:cc_bazel_8_5_1 2m 45s
//e2e:cc_bazel_9_0_0 2m 49s

Total test execution time was 8m 18s. 13 tests (81.3%) were fully cached saving 15m 52s.


Buildifier

@renovate renovate bot force-pushed the renovate/hermetic_cc_toolchain-4.x branch from 744b01e to 834b998 Compare February 1, 2026 13:30
@renovate renovate bot force-pushed the renovate/hermetic_cc_toolchain-4.x branch from 834b998 to eb66eb2 Compare February 2, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants