Skip to content

Commit

Permalink
Fix kava rocksdb 0.24.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
david-terra committed Jan 31, 2024
1 parent 08188f5 commit 8afe7b2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/kava-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,25 @@ jobs:
rocksdb_version: "v8.1.1"
cosmos_build_options: "nostrip rocksdb"

- version_suffix: "-rdb"
rocksdb_version: "v7.10.2"
version: "0.15.0"
go_version: "1.13"
cosmos_build_options: "nostrip rocksdb"
build_command: "make install && mv /go/bin/kvd /go/bin/kava"

- version_suffix: "-rdb"
rocksdb_version: "v7.10.2"
version: "0.17.1"
go_version: "1.17"
cosmos_build_options: "nostrip rocksdb"

- version_suffix: "-rdb"
rocksdb_version: "v7.10.2"
version: "0.17.7"
go_version: "1.17"
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

0 comments on commit 8afe7b2

Please sign in to comment.