Home
last modified time | relevance | path

Searched +full:- +full:- +full:extra_toolchains (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/
D.bazelrc1 # https://bazel.build/concepts/platforms-intro#cxx
3 # --crosstool_top, --compiler, etc.
4 build --incompatible_enable_cc_toolchain_resolution
8 build --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
11 build --remote_upload_local_results=false
13 # Enforce stricter environment rules, which eliminates some non-hermetic behavior and therefore
15 build --incompatible_strict_action_env=true
19 build --host_platform=//bazel/platform:host_with_hermetic_toolchain
23 # build --host_platform=//bazel/platform:linux_x64_hermetic
26 # --extra_toolchains has priority over register_toolchains and we conditionally add some toolchains
[all …]
/external/bazelbuild-rules_rust/test/toolchain/
Dtoolchain_test.bzl15- extra_rustc_flags added by the toolchain are applied BEFORE flags added by a config on the comma…
16 - The exec flags from the toolchain don't go on the commandline for a non-exec target
26 action.argv[-2:] == [TOOLCHAIN_FLAG, CONFIG_FLAG],
41 … if arg.startswith("--sysroot") and arg.endswith("test/toolchain/rust_extra_flags_toolchain"):
46 "Missing --sysroot flag or --sysroot does not point to correct sysroot directory",
60 return {"//command_line_option:extra_toolchains": [
62 ] + settings["//command_line_option:extra_toolchains"]}
66 inputs = ["//command_line_option:extra_toolchains"],
67 outputs = ["//command_line_option:extra_toolchains"],
133 exec_triple = "x86_64-unknown-none",
[all …]
/external/jazzer-api/
D.bazelrc2 startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1
3 build --incompatible_strict_action_env
4 build --sandbox_tmpfs_path=/tmp
5 build --enable_platform_specific_config
6 build -c opt
8 build --nozip_undeclared_test_outputs
11 # GCC is supported on a best-effort basis.
12 common --repo_env=CC=clang
13 build --incompatible_enable_cc_toolchain_resolution
14 # Required by abseil-cpp.
[all …]
/external/bazelbuild-rules_cc/examples/custom_toolchain/
DREADME.md5 Output is non-functional: simple scripts replace compilation and linking
14 `1` is C++-specific: the logic and structure depends specifically on C++'s
17 `2` supports two variations. `--crosstool_top` / `--cpu`, the legacy version,
18 is C++-specific. `--platforms`, the modern version, is much more generic and
20 skipping](https://docs.bazel.build/versions/master/platforms.html#skipping-incompatible-targets). S…
22 Platforms](https://docs.bazel.build/versions/master/platforms-intro.html) and
24 notes](https://docs.bazel.build/versions/master/platforms-intro.html#c) for
32 $ file bazel-bin/examples/custom_toolchain/libbuildme.a
33 bazel-bin/examples/custom_toolchain/libbuildme.a: current ar archive
38 This mode requires `--incompatible_enable_cc_toolchain_resolution`. Without this
[all …]
/external/bazelbuild-rules_python/tools/build_defs/python/tests/py_test/
Dpy_test_tests.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
55 "//command_line_option:extra_toolchains": _FAKE_CC_TOOLCHAINS,
63 ).requirements().keys().contains("requires-darwin")
87 "//command_line_option:extra_toolchains": _FAKE_CC_TOOLCHAINS,
93 # Non-mac builds don't have the provider at all.
98 ).requirements().keys().not_contains("requires-darwin")
/external/bazelbuild-rules_go/
Dwindows.rst4 .. _--incompatible_enable_cc_toolchain_resolution: https://github.com/bazelbuild/bazel/issues/7260
5 .. _Installing Bazel on Windows: https://docs.bazel.build/versions/master/install-windows.html
20 ----------------------------------
26 running ``pacman -Syu`` and ``pacman -Su`` in the msys2 shell.
30 * Run ``pacman -S mingw-w64-x86_64-gcc``. GCC is needed if you plan to build
35 * Run ``pacman -S patch``. ``patch`` is needed by ``git_repository`` and
48 https://www.microsoft.com/en-us/download/details.aspx?id=48145.
50 * Install Git from https://git-scm.com/download/win. The Git install should
54 -------------
62 -------------------
[all …]
D.bazelrc1 common --enable_platform_specific_config
5 build:windows --cpu=x64_windows
6 build:windows --compiler=mingw-gcc
9 build:windows --extra_toolchains=@local_config_cc//:cc-toolchain-x64_windows_mingw
10 build:windows --host_platform=@io_bazel_rules_go//go/toolchain:windows_amd64_cgo
11 build:windows --platforms=@io_bazel_rules_go//go/toolchain:windows_amd64_cgo
12 build:windows --incompatible_enable_cc_toolchain_resolution
14 build:check --all_incompatible_changes
16 common:ci --color=no
17 build:ci --verbose_failures
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/remote_build/
Dwindows.bazelrc3 # Next section is windows-specific RBE configuration
4 build --crosstool_top=//third_party/toolchains:rbe_windows_default_toolchain_suite
5 build --extra_toolchains=//third_party/toolchains:rbe_windows_default_cc_toolchain
7 build --extra_execution_platforms=//third_party/toolchains:rbe_windows_default_platform
8 build --host_platform=//third_party/toolchains:rbe_windows_default_platform
9 build --platforms=//third_party/toolchains:rbe_windows_default_platform
11 build --shell_executable=C:\\msys64\\usr\\bin\\bash.exe
12 build --python_path="C:\\Program Files\\Python310\\python.exe"
14 build --test_tag_filters=-no_windows
15 build --build_tag_filters=-no_windows
[all …]
Dlinux.bazelrc8 # http://www.apache.org/licenses/LICENSE-2.0
20 # Next section is linux-specific RBE configuration
21 build --crosstool_top=//third_party/toolchains:rbe_linux_default_toolchain_suite
22 build --extra_toolchains=//third_party/toolchains:rbe_linux_default_cc_toolchain
24 build --extra_execution_platforms=//third_party/toolchains:rbe_linux_default_platform
25 build --host_platform=//third_party/toolchains:rbe_linux_default_platform
26 build --platforms=//third_party/toolchains:rbe_linux_default_platform
30 build --test_tag_filters=-no_linux
31 build --build_tag_filters=-no_linux
35 build --jobs=100
[all …]
/external/grpc-grpc/tools/remote_build/
Dwindows.bazelrc3 # Next section is windows-specific RBE configuration
4 build --crosstool_top=//third_party/toolchains:rbe_windows_default_toolchain_suite
5 build --extra_toolchains=//third_party/toolchains:rbe_windows_default_cc_toolchain
7 build --extra_execution_platforms=//third_party/toolchains:rbe_windows_default_platform
8 build --host_platform=//third_party/toolchains:rbe_windows_default_platform
9 build --platforms=//third_party/toolchains:rbe_windows_default_platform
11 build --shell_executable=C:\\msys64\\usr\\bin\\bash.exe
12 build --python_path="C:\\Program Files\\Python310\\python.exe"
14 build --test_tag_filters=-no_windows
15 build --build_tag_filters=-no_windows
[all …]
Dlinux_docker_sandbox.bazelrc8 # http://www.apache.org/licenses/LICENSE-2.0
24 build --experimental_docker_verbose
25 build --experimental_enable_docker_sandbox
27 build --spawn_strategy=docker
28 build --strategy=Javac=docker
29 build --strategy=Closure=docker
30 build --genrule_strategy=docker
32 # Next section is linux-specific RBE configuration
33 build --crosstool_top=//third_party/toolchains:rbe_linux_default_toolchain_suite
34 build --extra_toolchains=//third_party/toolchains:rbe_linux_default_cc_toolchain
[all …]
Dlinux.bazelrc8 # http://www.apache.org/licenses/LICENSE-2.0
20 # Next section is linux-specific RBE configuration
21 build --crosstool_top=//third_party/toolchains:rbe_linux_default_toolchain_suite
22 build --extra_toolchains=//third_party/toolchains:rbe_linux_default_cc_toolchain
24 build --extra_execution_platforms=//third_party/toolchains:rbe_linux_default_platform
25 build --host_platform=//third_party/toolchains:rbe_linux_default_platform
26 build --platforms=//third_party/toolchains:rbe_linux_default_platform
30 build --test_tag_filters=-no_linux
31 build --build_tag_filters=-no_linux
35 build --jobs=100
[all …]
/external/grpc-grpc/examples/android/binder/java/io/grpc/binder/cpp/
DREADME.md1 # gRPC-core BinderTransport example apps
9 export ANDROID_HOME=$HOME/android-sdk
10 export ANDROID_NDK_HOME=$HOME/android-sdk/ndk/26.2.11394342
15 --extra_toolchains=@androidndk//:all \
16 --android_platforms=//:android_x86_64,//:android_armv7,//:android_arm64 \
17 --copt=-Wno-unknown-warning-option \
22 bazel-bin/examples/android/binder/java/io/grpc/binder/cpp/exampleclient/app.apk`
24 bazel-bin/examples/android/binder/java/io/grpc/binder/cpp/exampleserver/app.apk`
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_binder_transport_apk_build_in_docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
24 python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_binder_example_app
26 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
28 --extra_toolchains=@androidndk//:all \
29 --android_platforms=//:android_x86_64,//:android_armv7,//:android_arm64 \
35 python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_binder_connection_h…
37 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
39 --define=use_strict_warning=true \
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_binder_transport_apk_build_in_docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
26 python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_binder_example_app
28 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
30 --define=use_strict_warning=true \
31 --copt=-Wno-unknown-warning-option \
32 --fat_apk_cpu=x86_64,arm64-v8a \
33 --extra_toolchains=@rules_python//python:autodetecting_toolchain_nonstrict \
39 python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_binder_connection_h…
41 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
[all …]
/external/bazelbuild-rules_python/tests/cc/current_py_cc_headers/
Dcurrent_py_cc_headers_tests.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
29 "//command_line_option:extra_toolchains": [str(Label("//tests/cc:all"))],
53 # and once for the config-specific path.
/external/jazzer-api/.github/workflows/
Drelease.yml8 runs-on: ${{ matrix.os }}
12 - os: ubuntu-20.04
14 - os: macos-11
16 - os: windows-2019
20 - uses: actions/checkout@v3
22 - name: Set up JDK
23 uses: actions/setup-java@v3
26 java-version: 8
28 - name: Set Build Buddy config
32 - name: Append build settings to .bazelrc
[all …]
/external/abseil-cpp/ci/
Dwindows_clangcl_bazel.bat7 :: https://www.apache.org/licenses/LICENSE-2.0
25 :: https://msdn.microsoft.com/en-us/library/mt490614.aspx
30 :: https://docs.bazel.build/versions/master/user-manual.html#flag--compilation_mode
41 :: TODO(absl-team): Remove -Wno-microsoft-cast
42 %KOKORO_GFILE_DIR%\bazel-7.0.0-windows-x86_64.exe ^
44 --compilation_mode=%COMPILATION_MODE% ^
45 --compiler=clang-cl ^
46 --copt=/std:%STD% ^
47 --copt=/WX ^
48 --copt=-Wno-microsoft-cast ^
[all …]
/external/angle/third_party/abseil-cpp/ci/
Dwindows_clangcl_bazel.bat7 :: https://www.apache.org/licenses/LICENSE-2.0
25 :: https://msdn.microsoft.com/en-us/library/mt490614.aspx
30 :: https://docs.bazel.build/versions/master/user-manual.html#flag--compilation_mode
41 :: TODO(absl-team): Remove -Wno-microsoft-cast
42 %KOKORO_GFILE_DIR%\bazel-7.0.0-windows-x86_64.exe ^
44 --compilation_mode=%COMPILATION_MODE% ^
45 --compiler=clang-cl ^
46 --copt=/std:%STD% ^
47 --copt=/WX ^
48 --copt=-Wno-microsoft-cast ^
[all …]
/external/tensorflow/
D.bazelrc4 # ----CONFIG OPTIONS----
76 # tensorflow_testing_rbe_linux: RBE options to use RBE with tensorflow-testing project on linux
77 # tensorflow_testing_rbe_win: RBE options to use RBE with tensorflow-testing project on windo…
100 build --define framework_shared_object=true
102 build --define=use_fast_cpp_protos=true
103 build --define=allow_oversize_protos=true
105 build --spawn_strategy=standalone
106 build -c opt
109 build --announce_rc
112 build --define=grpc_no_ares=true
[all …]
/external/grpc-grpc/
DWORKSPACE32 … urls = ["https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz"],
42 strip_prefix = "rules_android_ndk-%s" % RULES_ANDROID_NDK_COMMIT,
57 # Use `--extra_toolchains=@androidndk//:all` to manually register it when building for Android.
139 # TODO: Enable below once https://github.com/bazel-xcode/PodToBUILD/issues/232 is resolved
143 # urls = ["https://github.com/pinterest/PodToBUILD/releases/download/4.1.0-412495/PodToBUILD.zip…
155 # url = "https://storage.googleapis.com/grpc-precompiled-binaries/cronet/Cronet.framework-v0.0.5…
/external/bazelbuild-rules_python/.bazelci/
Dpresubmit.yml7 # http://www.apache.org/licenses/LICENSE-2.0
15 ---
17 # keep these arguments in sync with .pre-commit-config.yaml
29 - "--"
30 - "..."
33 - "@rules_python//examples/wheel/..."
35 - "--keep_going"
37 - "--"
38 - "..."
40 - "--test_tag_filters=-integration-test"
[all …]
/external/bazelbuild-rules_rust/proto/protobuf/
Dtoolchain.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
17 # buildifier: disable=bzl-visibility
34 basename = file_path.rsplit("/", 2)[-1]
54 …proto_toolchain (ToolchainInfo): The toolchain for rust-proto compilation. See `rust_proto_toolcha…
85 "--",
87 "--plugin=protoc-gen-grpc-rust=" + proto_toolchain.grpc_plugin.path,
88 "--grpc-rust_out=" + output_directory,
93 "--plugin=protoc-gen-rust=" + proto_toolchain.proto_plugin.path,
94 "--rust_out=" + output_directory,
100 format_joined = "--descriptor_set_in=%s",
[all …]
/external/bazelbuild-rules_go/.bazelci/
Dpresubmit.yml1 ---
4 - ubuntu2004
5 - macos
6 - windows
13 - tests/core/cgo/generate_imported_dylib.sh
15 - "//..."
17 - "//..."
21 - tests/core/cgo/generate_imported_dylib.sh
23 - "--config=incompatible"
25 - "--config=incompatible"
[all …]
/external/pigweed/
D.bazelrc7 # https://www.apache.org/licenses/LICENSE-2.0
16 common --noenable_bzlmod
19 common --verbose_failures
24 # first-party code.
25 common --per_file_copt=external/.*@-w
26 common --host_per_file_copt=external/.*@-w
35 common --incompatible_default_to_explicit_init_py
38 build --incompatible_enable_cc_toolchain_resolution
42 build --build_tag_filters=-requires_cxx_20
45 # have to specify it only once, setting all the exclusions in a comma-separated
[all …]

12