deps: rename bazel-zig-cc to hermetic_cc_toolchain (#1695)

This commit is contained in:
Malte Poll 2023-04-27 10:27:43 +02:00 committed by GitHub
parent bf051174f6
commit 0c206e62d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 17 deletions

View file

@ -50,14 +50,14 @@ buildifier_deps()
# C / C++ toolchains
load("//bazel/toolchains:zig_cc_deps.bzl", "zig_cc_deps")
load("//bazel/toolchains:hermetic_cc_deps.bzl", "hermetic_cc_deps")
zig_cc_deps()
hermetic_cc_deps()
load("@bazel-zig-cc//toolchain:defs.bzl", zig_toolchains = "toolchains")
load("@hermetic_cc_toolchain//toolchain:defs.bzl", zig_toolchains = "toolchains")
# If needed, we can specify a specific version of the Zig toolchain to use.
# If not specified, bazel-zig-cc will use a known good version of Zig.
# If not specified, hermetic_cc_toolchain will use a known good version of Zig.
# See https://ziglang.org/download/ for the latest releases
# zig_toolchains(