remove patch
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-06-04 01:39:34 +02:00
parent fb43bc9e2f
commit fd2e9e299c
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ build-src:
.PHONY: build-bin
build-bin:
rustup set profile minimal && \
RUSTFLAGS="-C link-arg=-s" rustup set profile minimal && \
cd $(SRC) && \
RUSTFLAGS="-C link-arg=-s" rustup target add x86_64-unknown-linux-musl && \
BWRS_VERSION="$${BUILD_VERSION##v}" cargo build -j 8 --features $(DB) --release
RUSTFLAGS="-C link-arg=-s" BWRS_VERSION="$${BUILD_VERSION##v}" cargo build -j 8 --features $(DB) --release
.PHONY: clean
clean: