Skip to content

Commit

Permalink
Merge pull request #2 from flarebuild/flare-cache
Browse files Browse the repository at this point in the history
use flare cache directly instead of cdn
  • Loading branch information
DamienBitrise authored Apr 5, 2022
2 parents 3655ef7 + d30861a commit ef2d40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ build:flare --experimental_remote_merkle_tree_cache
build:flare --experimental_remote_cache_async
build:flare --incompatible_remote_build_event_upload_respect_no_cache
common:flare --remote_upload_local_results=false
common:flare --experimental_remote_downloader=grpcs://cdn.bitrise.flare.build
common:flare --remote_cache=grpcs://cdn.bitrise.flare.build
common:flare --experimental_remote_downloader=grpcs://cache.bitrise.flare.build
common:flare --remote_cache=grpcs://cache.bitrise.flare.build
common:flare --remote_timeout=600
common:flare --remote_max_connections=1000
common:flare --remote_local_fallback
Expand Down

0 comments on commit ef2d40e

Please sign in to comment.