update CI workflow for bundle fetching
This commit is contained in:
parent
7e1c55cdf9
commit
eb7fc47290
@ -86,22 +86,10 @@ commands:
|
|||||||
git fetch --all
|
git fetch --all
|
||||||
fetch_builtin_actors:
|
fetch_builtin_actors:
|
||||||
steps:
|
steps:
|
||||||
- restore_cache:
|
|
||||||
name: restore builtin actors bundle cache
|
|
||||||
keys:
|
|
||||||
- 'builtin-actors-v8.car'
|
|
||||||
paths:
|
|
||||||
- build/builtin-actors/
|
|
||||||
- run:
|
- run:
|
||||||
name: fetch builtin actor bundles
|
name: fetch builtin actor bundles
|
||||||
command: |
|
command: |
|
||||||
build/builtin-actors/fetch-bundles.sh
|
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:
|
packer_build:
|
||||||
description: "Run a packer build"
|
description: "Run a packer build"
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -86,22 +86,10 @@ commands:
|
|||||||
git fetch --all
|
git fetch --all
|
||||||
fetch_builtin_actors:
|
fetch_builtin_actors:
|
||||||
steps:
|
steps:
|
||||||
- restore_cache:
|
|
||||||
name: restore builtin actors bundle cache
|
|
||||||
keys:
|
|
||||||
- 'builtin-actors-v8.car'
|
|
||||||
paths:
|
|
||||||
- build/builtin-actors/
|
|
||||||
- run:
|
- run:
|
||||||
name: fetch builtin actor bundles
|
name: fetch builtin actor bundles
|
||||||
command: |
|
command: |
|
||||||
build/builtin-actors/fetch-bundles.sh
|
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:
|
packer_build:
|
||||||
description: "Run a packer build"
|
description: "Run a packer build"
|
||||||
parameters:
|
parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user