fix: enable vendored_openssl for the binary build
continuous-integration/drone/push Build is pending Details

This commit is contained in:
Robert Kaussow 2021-10-08 12:09:59 +02:00
parent d2b911a463
commit 53c81089ae
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export LANG ?= C.UTF-8
export TZ ?= UTC
export RUSTFLAGS ?= -C link-arg=-s
DB ?= sqlite,postgresql
DB ?= sqlite,postgresql,vendored_openssl
SRC := src
.PHONY: all