Merge pull request #5410 from filecoin-project/asr/calibnetfix
Make Calibnet Build Again
This commit is contained in:
commit
f235beeaf7
@ -267,6 +267,16 @@ jobs:
|
|||||||
path: /tmp/test-reports
|
path: /tmp/test-reports
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/test-artifacts/conformance-coverage.html
|
path: /tmp/test-artifacts/conformance-coverage.html
|
||||||
|
build-ntwk-calibration:
|
||||||
|
description: |
|
||||||
|
Compile lotus binaries for the calibration network
|
||||||
|
parameters:
|
||||||
|
<<: *test-params
|
||||||
|
executor: << parameters.executor >>
|
||||||
|
steps:
|
||||||
|
- install-deps
|
||||||
|
- prepare
|
||||||
|
- run: make calibnet
|
||||||
build-lotus-soup:
|
build-lotus-soup:
|
||||||
description: |
|
description: |
|
||||||
Compile `lotus-soup` Testground test plan
|
Compile `lotus-soup` Testground test plan
|
||||||
@ -618,6 +628,7 @@ workflows:
|
|||||||
test-suite-name: conformance-bleeding-edge
|
test-suite-name: conformance-bleeding-edge
|
||||||
packages: "./conformance"
|
packages: "./conformance"
|
||||||
vectors-branch: master
|
vectors-branch: master
|
||||||
|
- build-ntwk-calibration
|
||||||
- build-lotus-soup
|
- build-lotus-soup
|
||||||
- trigger-testplans:
|
- trigger-testplans:
|
||||||
filters:
|
filters:
|
||||||
|
@ -45,7 +45,7 @@ const UpgradeClausHeight = 161386
|
|||||||
const UpgradeOrangeHeight = 250666
|
const UpgradeOrangeHeight = 250666
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
var UpgradeActorsV3Height = 99999999
|
const UpgradeActorsV3Height = 99999999
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30))
|
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30))
|
||||||
|
Loading…
Reference in New Issue
Block a user