Skip to content

Update dependency hermetic_cc_toolchain to v4.1.0#21

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

Update dependency hermetic_cc_toolchain to v4.1.0#21
renovate[bot] wants to merge 1 commit intomainfrom
renovate/hermetic_cc_toolchain-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2026

This PR contains the following updates:

Package Type Update Change
hermetic_cc_toolchain bazel_dep minor 4.0.14.1.0

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants