File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments