update muslrust build image
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-06-03 23:51:27 +02:00
parent c8440d120c
commit e17a263987
2 changed files with 3 additions and 2 deletions

View File

@ -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
...

View File

@ -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