fetch builtin actor bundles as part of prepare workflow
This commit is contained in:
parent
c9ac0020d7
commit
1dbfb3bea9
@ -48,6 +48,7 @@ commands:
|
|||||||
- run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev
|
- run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev
|
||||||
- run: git submodule sync
|
- run: git submodule sync
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
|
- fetch_builtin_actors
|
||||||
download-params:
|
download-params:
|
||||||
steps:
|
steps:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
@ -83,6 +84,23 @@ commands:
|
|||||||
name: fetch all tags
|
name: fetch all tags
|
||||||
command: |
|
command: |
|
||||||
git fetch --all
|
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:
|
packer_build:
|
||||||
description: "Run a packer build"
|
description: "Run a packer build"
|
||||||
@ -224,7 +242,7 @@ jobs:
|
|||||||
|
|
||||||
test-conformance:
|
test-conformance:
|
||||||
description: |
|
description: |
|
||||||
Run tests using a corpus of interoperable test vectors for Filecoin
|
Run tests using a corpus of interoperable test vectors for Filecoin
|
||||||
implementations to test their correctness and compliance with the Filecoin
|
implementations to test their correctness and compliance with the Filecoin
|
||||||
specifications.
|
specifications.
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -48,6 +48,7 @@ commands:
|
|||||||
- run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev
|
- run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev
|
||||||
- run: git submodule sync
|
- run: git submodule sync
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
|
- fetch_builtin_actors
|
||||||
download-params:
|
download-params:
|
||||||
steps:
|
steps:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
@ -83,6 +84,23 @@ commands:
|
|||||||
name: fetch all tags
|
name: fetch all tags
|
||||||
command: |
|
command: |
|
||||||
git fetch --all
|
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:
|
packer_build:
|
||||||
description: "Run a packer build"
|
description: "Run a packer build"
|
||||||
@ -224,7 +242,7 @@ jobs:
|
|||||||
|
|
||||||
test-conformance:
|
test-conformance:
|
||||||
description: |
|
description: |
|
||||||
Run tests using a corpus of interoperable test vectors for Filecoin
|
Run tests using a corpus of interoperable test vectors for Filecoin
|
||||||
implementations to test their correctness and compliance with the Filecoin
|
implementations to test their correctness and compliance with the Filecoin
|
||||||
specifications.
|
specifications.
|
||||||
parameters:
|
parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user