Skip to content

Commit d8167b6

Browse files
authored
CI: update bazel remote cache (#190)
* update bazel remote cache * min_download is default now
1 parent 2090052 commit d8167b6

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.circleci/continue-config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ commands:
4646
python3 -m pip install -r requirements.txt
4747
python3 -m pip install -r .ci/requirements-ci.txt
4848
- run:
49-
name: Setup GCS
49+
name: Setup BuildBuddy Cache
5050
command: |
51-
echo ${gcs_content} > ../gcs.data
52-
../devtools/bazel_cache_setup.py --in_file=../gcs.data --out_file=../gcs.json --min_download
51+
../devtools/bazel_cache_setup.py
5352
- run:
5453
name: "build"
5554
command: |

.circleci/release-config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,9 @@ jobs:
114114
name: "Checkout devtools"
115115
command: git clone https://github.com/secretflow/devtools.git ../devtools
116116
- run:
117-
name: Setup GCS
117+
name: Setup BuildBuddy Cache
118118
command: |
119-
echo ${gcs_content} > ../gcs.data
120-
../devtools/bazel_cache_setup.py --in_file=../gcs.data --out_file=gcs.json --min_download
119+
../devtools/bazel_cache_setup.py
121120
- run:
122121
name: "Build"
123122
command: |

0 commit comments

Comments
 (0)