Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-update-tendermint' (#233)
Browse files Browse the repository at this point in the history
* fraccaman/ci-update-tendermint:
  [ci] change tendermint version
  • Loading branch information
juped committed Jul 28, 2022
2 parents 4214b01 + 438a2e0 commit 9587152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cache_key: anoma
cache_version: v1
wait_for: anoma-release (ubuntu-latest, ABCI Release build, anoma-e2e-release, v1)
tendermint_artifact: tendermint-unreleased-29e5fbcc648510e4763bd0af0b461aed92c21f30
tendermint_artifact: tendermint-unreleased-559fb33ff9b27503ce7ac1c7d8589fe1d8b3e900

env:
CARGO_INCREMENTAL: 0
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/build-tendermint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,14 @@ jobs:
matrix:
os: [ubuntu-latest]
make:
- name: tendermint-0.34.19
tendermint_version: 2f231ceb952a2426cf3c0abaf0b455aadd11e5b2
- name: tendermint-unreleased
tendermint_version: 29e5fbcc648510e4763bd0af0b461aed92c21f30
- name: tendermint-0.34.11
tendermint_version: c2908ef785bb5ca6e015910368e4b7a32821b9ff
repository: heliaxdev/tendermint
tendermint_version: 559fb33ff9b27503ce7ac1c7d8589fe1d8b3e900

steps:
- name: Build ${{ matrix.make.name }}
run: |
git clone https://github.com/tendermint/tendermint.git && cd tendermint
git clone https://github.com/${{ matrix.make.repository }}.git && cd tendermint
git checkout ${{ matrix.make.tendermint_version }} && make build
- name: Upload ${{ matrix.make.name }} binary
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9587152

Please sign in to comment.