Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI update tendermint #233

Merged
merged 1 commit into from
Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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