Home
last modified time | relevance | path

Searched full:bazelrc (Results 1 – 25 of 213) sorted by relevance

123456789

/external/grpc-grpc/tools/remote_build/
DREADME.md27 bazel --bazelrc=tools/remote_build/linux.bazelrc test --config=opt //test/...
33 bazel --bazelrc=tools/remote_build/linux.bazelrc test --config=asan //test/...
42 bazel --bazelrc=tools/remote_build/windows.bazelrc test --config=windows_opt //test/...
58 bazel --bazelrc=tools/remote_build/mac.bazelrc test --config=opt //test/...
Dlinux.bazelrc16 # bazelrc file for running gRPC tests with RBE (on Linux)
18 import %workspace%/tools/remote_build/include/rbe_remote_execution.bazelrc
33 import %workspace%/tools/remote_build/include/test_config_common.bazelrc
40 # address sanitizer: most settings are already in %workspace%/.bazelrc
48 # memory sanitizer: most settings are already in %workspace%/.bazelrc
62 # thread sanitizer: most settings are already in %workspace%/.bazelrc
70 # undefined behavior sanitizer: most settings are already in %workspace%/.bazelrc
/external/rust/crates/grpcio-sys/grpc/tools/remote_build/
DREADME.md27 bazel --bazelrc=tools/remote_build/linux.bazelrc test --config=opt //test/...
33 bazel --bazelrc=tools/remote_build/linux.bazelrc test --config=asan //test/...
42 bazel --bazelrc=tools/remote_build/windows.bazelrc test --config=windows_opt //test/...
58 bazel --bazelrc=tools/remote_build/mac.bazelrc test --config=opt //test/...
Dlinux.bazelrc16 # bazelrc file for running gRPC tests with RBE (on Linux)
18 import %workspace%/tools/remote_build/include/rbe_remote_execution.bazelrc
33 import %workspace%/tools/remote_build/include/test_config_common.bazelrc
40 # address sanitizer: most settings are already in %workspace%/.bazelrc
48 # memory sanitizer: most settings are already in %workspace%/.bazelrc
62 # thread sanitizer: most settings are already in %workspace%/.bazelrc
70 # undefined behavior sanitizer: most settings are already in %workspace%/.bazelrc
/external/skia/site/docs/dev/contrib/
Dbazel.md23 - [Configuration with .bazelrc files](https://bazel.build/docs/bazelrc)
69 ## .bazelrc Tips
70 You should make a [.bazelrc file](https://bazel.build/docs/bazelrc) in your home directory where
72 in the `//.bazelrc` configuration file.
74 Skia defines some [configs](https://bazel.build/docs/bazelrc#config), that is, group of settings
82 You may want some or all of the following entries in your `~/.bazelrc` or `//bazel/user/buildrc`
90 Add the following to `~/.bazelrc` if you have a `/dev/shm` partition that is 4+ GB big.
112 GCP credentials by adding the following to `~/.bazelrc` (substituting their username for <user>)
/external/boringssl/src/
D.bazelrc15 # This is a bazelrc file, documented in https://bazel.build/run/bazelrc and
19 # See https://bazel.build/run/bazelrc#enable_platform_specific_config.
43 # https://bazel.build/configure/best-practices#bazelrc-file
44 try-import %workspace%/user.bazelrc
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
DDockerfile.devel-mkl62 RUN ${PYTHON} set-build-env.py -p ${TARGET_PLATFORM} -f /root/.mkl.bazelrc \
65 # Pull the compiler flags we just wrote into root user's .bazelrc file
66 RUN echo "import /root/.mkl.bazelrc" >>/root/.bazelrc
71 RUN bazel --bazelrc=/root/.bazelrc build -c opt \
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.pi-python3924 # Set up the master bazelrc configuration file.
25 COPY install/.bazelrc /etc/bazel.bazelrc
26 RUN chmod 644 /etc/bazel.bazelrc
DDockerfile.pi23 # Set up the master bazelrc configuration file.
24 COPY install/.bazelrc /etc/bazel.bazelrc
25 RUN chmod 644 /etc/bazel.bazelrc
DDockerfile.cpu.ppc64le19 # Set up the master bazelrc configuration file.
20 COPY install/.bazelrc /etc/bazel.bazelrc
DDockerfile.cpu18 # Set up the master bazelrc configuration file.
19 COPY install/.bazelrc /etc/bazel.bazelrc
DDockerfile.custom_op_gpu18 # Set up the master bazelrc configuration file.
19 COPY install/.bazelrc /etc/bazel.bazelrc
DDockerfile.rocm86 # The env vars being set via --action_env in .bazelrc and .tf_configure.bazelrc files are sometimes
110 # Set up the master bazelrc configuration file.
111 COPY install/.bazelrc /etc/bazel.bazelrc
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_binder_transport_apk_build_in_docker.sh26 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
37 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
/external/bazelbuild-rules_testing/.github/workflows/
Drelease.yml41 … # run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test --keep_going //...
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_binder_transport_apk_build_in_docker.sh28 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
41 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
/external/skia/bazel/user/
DREADME.md3 [.bazelrc conventions](https://bazel.build/docs/bazelrc#config).
5 Users are free to put their custom builds in the $HOME/.bazelrc file as per usual, but if they
/external/jazzer-api/.github/workflows/
Drelease.yml32 - name: Append build settings to .bazelrc
35 echo "build --announce_rc" >> .bazelrc
36 echo "build:linux --config=toolchain" >> .bazelrc
37 … echo "build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux" >> .bazelrc
/external/grpc-grpc/tools/internal_ci/macos/
Dgrpc_objc_bazel_test.sh79 --bazelrc=tools/remote_build/mac.bazelrc \
114 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
139 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
/external/dagger2/tools/
Dbazel.rc1 # Global bazelrc file (see https://bazel.build/run/bazelrc#global-bazelrc)
/external/grpc-grpc/tools/bazelify_tests/
DREADME.md37 tools/bazel --bazelrc=tools/remote_build/linux.bazelrc test --genrule_strategy=remote,local --works…
43 tools/bazel --bazelrc=tools/remote_build/linux_docker_sandbox.bazelrc test --workspace_status_comma…
/external/tflite-support/
D.bazelrc1 # This file is based on tensorflow's (v2.2.0) .bazelrc found here:
2 # https://github.com/tensorflow/tensorflow/blob/v2.2.0/.bazelrc
82 # nothing in a bazelrc will default to a monolithic build. The following line
167 try-import %workspace%/.tf_configure.bazelrc
169 # Put user-specific options in .bazelrc.user
170 try-import %workspace%/.bazelrc.user
/external/tensorflow/tensorflow/lite/tools/pip_package/
Dwith_the_same_user59 if [ -e /root/.bazelrc ]; then
60 cp /root/.bazelrc "${CI_BUILD_HOME}/.bazelrc"
61 chown "${CI_BUILD_UID}:${CI_BUILD_GID}" "${CI_BUILD_HOME}/.bazelrc"
/external/bazelbuild-rules_rust/examples/crate_universe_unnamed/
D.bazelrc1 # `.bazelrc` is a Bazel configuration file.
2 # https://bazel.build/docs/best-practices#bazelrc-file
26 try-import %workspace%/user.bazelrc
/external/bazelbuild-rules_rust/examples/
D.bazelrc1 # `.bazelrc` is a Bazel configuration file.
2 # https://bazel.build/docs/best-practices#bazelrc-file
26 try-import %workspace%/user.bazelrc

123456789