github.com/prysmaticlabs/prysm@v1.4.4/tools/cross-toolchain/configs/.latest.bazelrc (about) 1 # Copyright 2016 The Bazel Authors. All rights reserved. 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 15 # This .bazelrc file is generated by rbe_autoconfig 16 # when the output_base attr is used. 17 # It contains some of the flags required for the provided 18 # toolchain with Remote Build Execution. 19 # Specifically, it includes all toolchain/platform flags 20 # This file is used for testing purposes. 21 22 build:remote --host_javabase=//tools/cross-toolchain/configs/clang/bazel_3.7.0/java:jdk 23 build:remote --javabase=//tools/cross-toolchain/configs/clang/bazel_3.7.0/java:jdk 24 build:remote --crosstool_top=//tools/cross-toolchain/configs/clang/bazel_3.7.0/cc:toolchain 25 build:remote --extra_toolchains=//tools/cross-toolchain/configs/clang/bazel_3.7.0/config:cc-toolchain 26 build:remote --extra_execution_platforms=//tools/cross-toolchain/configs/clang/bazel_3.7.0/config:platform 27 build:remote --host_platform=//tools/cross-toolchain/configs/clang/bazel_3.7.0/config:platform 28 build:remote --platforms=//tools/cross-toolchain/configs/clang/bazel_3.7.0/config:platform 29 30 # Import the default bazelrc file in bazel-toolchains repo. 31 # This will only work for tests executed from bazel-toolchains 32 # repo. 33 try-import %workspace%/bazelrc/.bazelrc.notoolchain