Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for toolChain (1.15 sec)

  1. .bazelrc

    # Use the old Apple toolchain for MacOS builds.
    common:macos --config=clang_local
    common:macos --config=apple-toolchain
    
    # Use cc toolchains from apple_support for Apple builds (ios, macos, etc).
    # https://github.com/bazelbuild/apple_support/tree/master?tab=readme-ov-file#bazel-6-setup
    common:apple-toolchain --apple_crosstool_top=@local_config_apple_cc//:toolchain
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 56.8K bytes
    - Viewed (0)
  2. WORKSPACE

        strip_prefix = "rules_shell-0.4.1",
        urls = tf_mirror_urls(
            "https://github.com/bazelbuild/rules_shell/releases/download/v0.4.1/rules_shell-v0.4.1.tar.gz",
        ),
    )
    
    # Initialize toolchains for ML projects.
    #
    # A hermetic build system is designed to produce completely reproducible builds for C++.
    # Details: https://github.com/google-ml-infra/rules_ml_toolchain
    tf_http_archive(
        name = "rules_ml_toolchain",
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 5.1K bytes
    - Viewed (0)
Back to top