This commit is contained in:
parent
c8440d120c
commit
e17a263987
@ -8,7 +8,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: binary
|
- name: binary
|
||||||
image: clux/muslrust:nightly-2019-12-19
|
image: clux/muslrust:nightly-2020-03-09
|
||||||
commands:
|
commands:
|
||||||
- apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev
|
- apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev
|
||||||
- make build
|
- make build
|
||||||
@ -128,6 +128,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: c0fc316f63fd236e43d656e153a8e8bc17d39066551ce553fffdf1d386bc27da
|
hmac: e9568e1910160ad88bbf4e14cc1e2695331361ea5048be83e6366adc717e20a4
|
||||||
|
|
||||||
...
|
...
|
||||||
|
1
Makefile
1
Makefile
@ -2,6 +2,7 @@ export BUILD_VERSION ?= 1.15.0
|
|||||||
export DEBIAN_FRONTEND ?= noninteractive
|
export DEBIAN_FRONTEND ?= noninteractive
|
||||||
export LANG ?= C.UTF-8
|
export LANG ?= C.UTF-8
|
||||||
export TZ ?= UTC
|
export TZ ?= UTC
|
||||||
|
export RUSTFLAGS ?= '-C link-arg=-s'
|
||||||
DB ?= postgresql
|
DB ?= postgresql
|
||||||
SRC := src
|
SRC := src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user