Skip to content

Commit

Permalink
CI: use cache
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Jun 21, 2024
1 parent a2418a9 commit 9659f44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ jobs:
env:
SECRET_CACHE: ${{ secrets.CACHE_ADDRESS }}
run: |
bazel build --subcommands --verbose_failures tag_array_64x184_place # --remote_cache=$SECRET_CACHE --google_credentials=/tmp/bazel-build-cred.json --remote_cache_compression=true
bazel build --remote_cache=$SECRET_CACHE --google_credentials=/tmp/bazel-build-cred.json --remote_cache_compression=true BoomTile_synth
1 change: 0 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,6 @@ digital_top_srams=[
'SKIP_REPORT_METRICS=1']
},
abstract_stage='cts',
debug_prints=True,
mock_area={
'meta_40x240':0.3,
'data_data_40x128':1,
Expand Down

0 comments on commit 9659f44

Please sign in to comment.