mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 20:16:15 -04:00
deps: rename bazel-zig-cc to hermetic_cc_toolchain (#1695)
This commit is contained in:
parent
bf051174f6
commit
0c206e62d0
4 changed files with 11 additions and 17 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue