Skip to content

Commit

Permalink
Update Provenance config to remove Kafka dependency (#157)
Browse files Browse the repository at this point in the history
Kafka is no longer required for building Provenance (thankfully).

Co-authored-by: Andrew Gouin <[email protected]>
  • Loading branch information
iramiller and agouin committed Aug 19, 2023
1 parent 40918e6 commit c464aed
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 c464aed

Please sign in to comment.