Skip to content

Commit

Permalink
inlude kava rocksdb build with non rocks build
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 26, 2024
1 parent 06598e2 commit 31efd34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://docs.docker.com/build/ci/github-actions/multi-platform/
- name: Set up QEMU
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/kava-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version_suffix: ["", "-rdb"]
#platform: ["linux/amd64", "linux/arm64"] # need arm runners
platform: ["linux/amd64"]
distro: ["alpine"]
Expand Down Expand Up @@ -57,6 +58,10 @@ jobs:
os: "linux"
arch: "amd64"

- version_suffix: "-rdb"
rocksdb_version: "8.1.1"
cosmos_build_options: "nostrip rocksdb"

- version: "0.15.0"
go_version: "1.13"
build_command: "make install && mv /go/bin/kvd /go/bin/kava"
Expand Down Expand Up @@ -105,4 +110,5 @@ jobs:
distro: ${{ matrix.distro }}
platform: ${{ matrix.platform }}
repo: ${{ matrix.repo }}
version: ${{ matrix.version }}
version: ${{ format('{0}{1}', matrix.version, matrix.version_suffix }}
repo_tag: ${{ matrix.version }}
66 changes: 0 additions & 66 deletions .github/workflows/kava-rocksdb-build.yml

This file was deleted.

0 comments on commit 31efd34

Please sign in to comment.