Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Oct 25, 2024
1 parent 1087316 commit b4dbed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/conf/.bazelrc.internal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:ci --bes_upload_mode=fully_async
build:ci --build_event_binary_file=bazel-bep.pb --profile=profile.json

# DFINITY internal remote cache setup
build --remote_cache=bazel-remote.idx.dfinity.network
build --remote_cache=grpc://10.107.199.28:9092
build --experimental_remote_cache_async
build --experimental_remote_cache_compression # If enabled, compress/decompress cache blobs with zstd.
build --remote_timeout=60s # Default is also 60s but we set it explicitly to remind ourselves of this timeout.
Expand All @@ -25,7 +25,7 @@ build:ci --remote_timeout=5m # Default is 60s.
#build --remote_download_minimal # https://bazel.build/reference/command-line-reference#flag--remote_download_minimal
#build --remote_download_outputs=toplevel # Still download outputs from top level targets.

build --experimental_remote_downloader=bazel-remote.idx.dfinity.network --experimental_remote_downloader_local_fallback
#build --experimental_remote_downloader=10.107.199.28:9092 --experimental_remote_downloader_local_fallback
build:local --experimental_remote_downloader=
build --remote_local_fallback
build --remote_upload_local_results=false
Expand Down

0 comments on commit b4dbed1

Please sign in to comment.