Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ common --define enable_web=true
build --tool_java_language_version=11
build --java_language_version=11

## Disable sandboxing for macs, both laptops and in CI; the performance hit is much too high.
build:macos --spawn_strategy=local
build:linux --sandbox_writable_path=/var/tmp
## Disable sandboxing for both dev machines and in CI; the performance hit is much too high.
build --spawn_strategy=local

# common cc configuration
build --cxxopt=-std=c++20
Expand Down Expand Up @@ -72,10 +71,6 @@ build --per_file_copt=external/com_github_google_flatbuffers/.*\$@-Wno-everythin
# Enable persistent worker for Valdi compilation
build --strategy=ValdiCompile=worker

## Disable sandboxing for macs, both laptops and in CI; the performance hit is much too high.
build:macos --spawn_strategy=local
build:linux --sandbox_writable_path=/var/tmp

# Disable disk cache to save disk space
# https://docs.google.com/document/d/1N8W_M83n9jhMi7pgUhXuEuxypb3dmlHBu_CG_eXipXI/edit?usp=sharing
build --disk_cache=""
Expand Down
8 changes: 2 additions & 6 deletions npm_modules/cli/.metadata/.bazelrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ common --define enable_web=true
build --tool_java_language_version=11
build --java_language_version=11

## Disable sandboxing for macs, both laptops and in CI; the performance hit is much too high.
build:macos --spawn_strategy=local
build:linux --sandbox_writable_path=/var/tmp
## Disable sandboxing for both dev machines and in CI; the performance hit is much too high.
build --spawn_strategy=local

# common cc configuration
build --cxxopt=-std=c++20
Expand Down Expand Up @@ -69,9 +68,6 @@ build --per_file_copt=external/com_github_google_flatbuffers/.*\$@-Wno-everythin
# Enable persistent worker for Valdi compilation
build --strategy=ValdiCompile=worker

## Disable sandboxing for macs, both laptops and in CI; the performance hit is much too high.
build:macos --spawn_strategy=local
build:linux --sandbox_writable_path=/var/tmp

# Disable disk cache to save disk space
# https://docs.google.com/document/d/1N8W_M83n9jhMi7pgUhXuEuxypb3dmlHBu_CG_eXipXI/edit?usp=sharing
Expand Down