update CI workflow for bundle fetching
This commit is contained in:
parent
7e1c55cdf9
commit
eb7fc47290
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user