Skip to content

Commit

Permalink
Merge pull request #5410 from filecoin-project/asr/calibnetfix
Browse files Browse the repository at this point in the history
Make Calibnet Build Again
  • Loading branch information
magik6k authored Jan 25, 2021
2 parents 735d30a + 19fb40a commit f235bee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,16 @@ jobs:
path: /tmp/test-reports
- store_artifacts:
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:
description: |
Compile `lotus-soup` Testground test plan
Expand Down Expand Up @@ -618,6 +628,7 @@ workflows:
test-suite-name: conformance-bleeding-edge
packages: "./conformance"
vectors-branch: master
- build-ntwk-calibration
- build-lotus-soup
- trigger-testplans:
filters:
Expand Down
2 changes: 1 addition & 1 deletion build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const UpgradeClausHeight = 161386
const UpgradeOrangeHeight = 250666

// TODO
var UpgradeActorsV3Height = 99999999
const UpgradeActorsV3Height = 99999999

func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(10 << 30))
Expand Down

0 comments on commit f235bee

Please sign in to comment.