1
Fork 0
hermetic_cc_toolchain/toolchain
Motiejus Jakštys 27fe6c9ffb wip macos
motiejus@mtwork:/code/bazel-zig-cc$ bazel build  --spawn_strategy=local  --platforms @zig_sdk//libc_aware/platform:macos_aarch64_sdk.13.1 test/c:which_libc
    INFO: Analyzed target //test/c:which_libc (0 packages loaded, 0 targets configured).
    INFO: Found 1 target...
    Target //test/c:which_libc up-to-date:
      bazel-bin/test/c/which_libc
    INFO: Elapsed time: 0.071s, Critical Path: 0.00s
    INFO: 1 process: 1 internal.
    INFO: Build completed successfully, 1 total action
    motiejus@mtwork:/code/bazel-zig-cc$ file bazel-bin/test/c/which_libc
    bazel-bin/test/c/which_libc: Mach-O 64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE>
    motiejus@mtwork:/code/bazel-zig-cc$
2023-03-29 13:22:10 +03:00
..
libc wip macos 2023-03-29 13:22:10 +03:00
libc_aware wip macos 2023-03-29 13:22:10 +03:00
platform wip macos 2023-03-29 13:22:10 +03:00
private wip macos 2023-03-29 13:22:10 +03:00
toolchain wip macos 2023-03-29 13:22:10 +03:00
BUILD add .build.yml 2021-06-08 06:28:15 +03:00
BUILD.macos.bazel wip macos 2023-03-29 13:22:10 +03:00
BUILD.sdk.bazel wip macos 2023-03-29 13:22:10 +03:00
defs.bzl wip macos 2023-03-29 13:22:10 +03:00
launcher.zig wip macos 2023-03-29 13:22:10 +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