1
Fork 0
hermetic_cc_toolchain/toolchain
Motiejus Jakštys 3e07f72a8b bump zig sdk to 0.11.0-dev.2619+bd3e248c7
From https://github.com/marler8997/zig-unofficial-releases

I also updated the "Release Process" wiki instructing how to use it.
Long live Mr. Marler!

The launcher got a facelift because of this error:

    /code/zig-linux-x86_64-0.11.0-dev.2619+bd3e248c7/lib/std/fmt.zig:2013:9: error: function called at runtime cannot return value at comptime
            return &buf;
            ^~~~~~~~~~~
    referenced by:
        test.launcher:parseArgs: toolchain/launcher.zig:334:31
        remaining reference traces hidden; use '-freference-trace' to see all reference traces

Zig gets confused by the requirement in that test in a runtime context.
2023-04-24 14:46:23 +03:00
..
libc Rename bazel-zig-cc to hermetic_cc_toolchain (#36) 2023-04-21 10:00:03 -04:00
libc_aware Rename bazel-zig-cc to hermetic_cc_toolchain (#36) 2023-04-21 10:00:03 -04:00
platform Rename bazel-zig-cc to hermetic_cc_toolchain (#36) 2023-04-21 10:00:03 -04:00
private Removed leftovers of `compiler_extra_includes` 2023-04-24 12:09:35 +03:00
toolchain Rename bazel-zig-cc to hermetic_cc_toolchain (#36) 2023-04-21 10:00:03 -04:00
BUILD add .build.yml 2021-06-08 06:28:15 +03:00
BUILD.sdk.bazel remove glibc hacks and update Zig SDK 2023-04-24 12:09:35 +03:00
defs.bzl bump zig sdk to 0.11.0-dev.2619+bd3e248c7 2023-04-24 14:46:23 +03:00
launcher.zig bump zig sdk to 0.11.0-dev.2619+bd3e248c7 2023-04-24 14:46:23 +03:00
zig_toolchain.bzl Use artifact_name_pattern to specify proper macos and windows artifact names. 2022-12-18 05:29:04 +02:00