From e17a263987bb57d57b28b7700f7f08c4337fc1dd Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 3 Jun 2020 23:51:27 +0200 Subject: [PATCH] update muslrust build image --- .drone.yml | 4 ++-- Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4d4578a..8eab5f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: binary - image: clux/muslrust:nightly-2019-12-19 + image: clux/muslrust:nightly-2020-03-09 commands: - apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev - make build @@ -128,6 +128,6 @@ depends_on: --- kind: signature -hmac: c0fc316f63fd236e43d656e153a8e8bc17d39066551ce553fffdf1d386bc27da +hmac: e9568e1910160ad88bbf4e14cc1e2695331361ea5048be83e6366adc717e20a4 ... diff --git a/Makefile b/Makefile index 5c01d2e..1130b8f 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ export BUILD_VERSION ?= 1.15.0 export DEBIAN_FRONTEND ?= noninteractive export LANG ?= C.UTF-8 export TZ ?= UTC +export RUSTFLAGS ?= '-C link-arg=-s' DB ?= postgresql SRC := src