Skip to content

Commit

Permalink
build: do not create bazel-* symlinks
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 555307834
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 9, 2023
1 parent 53c18b4 commit 43f0276
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@ build --repo_env=BAZEL_CXXOPTS="-std=c++14"
# This is to avoid JVM SIGBUS crashes on highly parallel builds,
# see https://github.com/bazelbuild/bazel/issues/3236 for more details
build --enable_platform_specific_config
build:linux --sandbox_tmpfs_path=/tmp

# Do not create bazel-* symlinks in the workspace directory
build:linux --experimental_convenience_symlinks=ignore
test:linux --experimental_convenience_symlinks=ignore
run:linux --experimental_convenience_symlinks=ignore
build:linux --sandbox_tmpfs_path=/tmp

0 comments on commit 43f0276

Please sign in to comment.