Skip to content

Commit

Permalink
Update Provenance config to remove Kafka dependency
Browse files Browse the repository at this point in the history
Kafka is no longer required for building Provenance (thankfully).
  • Loading branch information
iramiller committed Jul 25, 2023
1 parent 943bdae commit c190bec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -801,14 +801,6 @@
github-repo: provenance
dockerfile: cosmos
build-target: make install
pre-build: |
apk add --no-cache g++
git clone https://github.com/edenhill/librdkafka.git
cd librdkafka
git checkout v1.8.2
./configure
make
make install
binaries:
- /go/bin/provenanced
build-env:
Expand Down

0 comments on commit c190bec

Please sign in to comment.