Searched full:bazelrc (Results 1 – 25 of 213) sorted by relevance
123456789
27 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/...
16 # bazelrc file for running gRPC tests with RBE (on Linux)18 import %workspace%/tools/remote_build/include/rbe_remote_execution.bazelrc33 import %workspace%/tools/remote_build/include/test_config_common.bazelrc40 # address sanitizer: most settings are already in %workspace%/.bazelrc48 # memory sanitizer: most settings are already in %workspace%/.bazelrc62 # thread sanitizer: most settings are already in %workspace%/.bazelrc70 # undefined behavior sanitizer: most settings are already in %workspace%/.bazelrc
23 - [Configuration with .bazelrc files](https://bazel.build/docs/bazelrc)69 ## .bazelrc Tips70 You should make a [.bazelrc file](https://bazel.build/docs/bazelrc) in your home directory where72 in the `//.bazelrc` configuration file.74 Skia defines some [configs](https://bazel.build/docs/bazelrc#config), that is, group of settings82 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>)
15 # This is a bazelrc file, documented in https://bazel.build/run/bazelrc and19 # See https://bazel.build/run/bazelrc#enable_platform_specific_config.43 # https://bazel.build/configure/best-practices#bazelrc-file44 try-import %workspace%/user.bazelrc
62 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 file66 RUN echo "import /root/.mkl.bazelrc" >>/root/.bazelrc71 RUN bazel --bazelrc=/root/.bazelrc build -c opt \
24 # Set up the master bazelrc configuration file.25 COPY install/.bazelrc /etc/bazel.bazelrc26 RUN chmod 644 /etc/bazel.bazelrc
23 # Set up the master bazelrc configuration file.24 COPY install/.bazelrc /etc/bazel.bazelrc25 RUN chmod 644 /etc/bazel.bazelrc
19 # Set up the master bazelrc configuration file.20 COPY install/.bazelrc /etc/bazel.bazelrc
18 # Set up the master bazelrc configuration file.19 COPY install/.bazelrc /etc/bazel.bazelrc
86 # The env vars being set via --action_env in .bazelrc and .tf_configure.bazelrc files are sometimes110 # Set up the master bazelrc configuration file.111 COPY install/.bazelrc /etc/bazel.bazelrc
26 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \37 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
41 … # run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test --keep_going //...
28 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \41 --bazelrc=tools/remote_build/include/test_locally_with_resultstore_results.bazelrc \
3 [.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
32 - name: Append build settings to .bazelrc35 echo "build --announce_rc" >> .bazelrc36 echo "build:linux --config=toolchain" >> .bazelrc37 … echo "build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux" >> .bazelrc
79 --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 \
1 # Global bazelrc file (see https://bazel.build/run/bazelrc#global-bazelrc)
37 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…
1 # This file is based on tensorflow's (v2.2.0) .bazelrc found here:2 # https://github.com/tensorflow/tensorflow/blob/v2.2.0/.bazelrc82 # nothing in a bazelrc will default to a monolithic build. The following line167 try-import %workspace%/.tf_configure.bazelrc169 # Put user-specific options in .bazelrc.user170 try-import %workspace%/.bazelrc.user
59 if [ -e /root/.bazelrc ]; then60 cp /root/.bazelrc "${CI_BUILD_HOME}/.bazelrc"61 chown "${CI_BUILD_UID}:${CI_BUILD_GID}" "${CI_BUILD_HOME}/.bazelrc"
1 # `.bazelrc` is a Bazel configuration file.2 # https://bazel.build/docs/best-practices#bazelrc-file26 try-import %workspace%/user.bazelrc