try to fix env var in makefile
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e17a263987
commit
f5e1924c06
2
Makefile
2
Makefile
@ -2,7 +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'
|
export RUSTFLAGS ?= "-C link-arg=-s"
|
||||||
DB ?= postgresql
|
DB ?= postgresql
|
||||||
SRC := src
|
SRC := src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user