update CI workflow for bundle fetching

This commit is contained in:
vyzo 2022-04-19 15:38:14 +03:00
parent 7e1c55cdf9
commit eb7fc47290
2 changed files with 0 additions and 24 deletions

View File

@ -86,22 +86,10 @@ commands:
git fetch --all
fetch_builtin_actors:
steps:
- restore_cache:
name: restore builtin actors bundle cache
keys:
- 'builtin-actors-v8.car'
paths:
- build/builtin-actors/
- run:
name: fetch builtin actor bundles
command: |
build/builtin-actors/fetch-bundles.sh
- save_cache:
name: save builtin actors bundle cache
key: 'builtin-actors-v8.car'
paths:
- build/builtin-actors/
packer_build:
description: "Run a packer build"
parameters:

View File

@ -86,22 +86,10 @@ commands:
git fetch --all
fetch_builtin_actors:
steps:
- restore_cache:
name: restore builtin actors bundle cache
keys:
- 'builtin-actors-v8.car'
paths:
- build/builtin-actors/
- run:
name: fetch builtin actor bundles
command: |
build/builtin-actors/fetch-bundles.sh
- save_cache:
name: save builtin actors bundle cache
key: 'builtin-actors-v8.car'
paths:
- build/builtin-actors/
packer_build:
description: "Run a packer build"
parameters: