mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 14:47:16 +00:00
test: add GitHub action for end-to-end tests (#5452)
Partial fix for #5291.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
# instead of spending time compiling them.
|
||||
FROM golang:1.15
|
||||
|
||||
RUN apt-get update -y && apt-get upgrade -y
|
||||
RUN apt-get install -y libleveldb-dev librocksdb-dev
|
||||
RUN apt-get -qq update -y && apt-get -qq upgrade -y >/dev/null
|
||||
RUN apt-get -qq install -y libleveldb-dev librocksdb-dev >/dev/null
|
||||
|
||||
# Set up build directory /src/tendermint
|
||||
ENV TENDERMINT_BUILD_OPTIONS badgerdb,boltdb,cleveldb,rocksdb
|
||||
|
||||
Reference in New Issue
Block a user