test-zig-cc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0507e55cefd867fbc944f3809ab3ceeddda99039 (tree)
parent f9ed9f62156e2ac84c286881bfb32f7072a509f0
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Thu, 27 Apr 2023 14:19:45 +0300

leave an option for zig+llvm15

Diffstat:
MWORKSPACE | 14+++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE @@ -72,10 +72,18 @@ http_archive( load("@hermetic_cc_toolchain//toolchain:defs.bzl", zig_toolchains = "toolchains") -zig_toolchains() -load("@hermetic_cc_toolchain//toolchain:defs.bzl", zig_toolchains = "toolchains") +zig_toolchains( + #host_platform_sha256 = { + # "linux-aarch64": "", + # "linux-x86_64": "637d0f87b2cb409e1fad28e1f65a4f3645ecda467e4e2f96fe9c6959937f7c93", + # "macos-aarch64": "", + # "macos-x86_64": "", + # "windows-x86_64": "", + #}, + ## first "unofficial release" with multi-for syntax and still on llvm15 + #version = "0.11.0-dev.2336+5b82b4004", +) -zig_toolchains() register_toolchains( # amd64 toolchains for libc-aware platforms: