Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Toolchains (0.04 sec)

  1. .bazelrc

    # Use the old Apple toolchain for MacOS builds.
    build:macos --config=clang_local
    build: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
    build:apple-toolchain --apple_crosstool_top=@local_config_apple_cc//:toolchain
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
  2. tensorflow/BUILD

        constraint_values =
            [
                "@platforms//cpu:armv6-m",
                "@platforms//os:linux",
            ],
        values = if_oss(
            {"crosstool_top": "@local_config_arm_compiler//:toolchain"},
            {},
        ),
        visibility = ["//visibility:public"],
    )
    
    config_setting(
        name = "android_arm",
        constraint_values =
            [
                "@platforms//cpu:armv7",
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  3. src/archive/zip/reader_test.go

    		},
    	},
    	{
    		// created by Go, before we wrote the "optional" data
    		// descriptor signatures (which are required by macOS).
    		// Use obscured file to avoid Apple’s notarization service
    		// rejecting the toolchain due to an inability to unzip this archive.
    		// See golang.org/issue/34986
    		Name:     "go-no-datadesc-sig.zip.base64",
    		Obscured: true,
    		File: []ZipTestFile{
    			{
    				Name:     "foo.txt",
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Mar 11 22:19:38 UTC 2025
    - 56.6K bytes
    - Viewed (0)
Back to top