add min release to compile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
105ea9148e
commit
20db544167
@ -17,7 +17,7 @@ local PipelineBuild(arch='amd64') = {
|
||||
'TZ': 'UTC',
|
||||
},
|
||||
commands: [
|
||||
'[ -z "${DRONE_TAG}" ] && BITWARDEN_VERSION=master || BITWARDEN_VERSION=${DRONE_TAG%-*}',
|
||||
'[ -z "${DRONE_TAG}" ] && BITWARDEN_VERSION=1.13.1 || BITWARDEN_VERSION=${DRONE_TAG%-*}',
|
||||
'mkdir -p source/',
|
||||
'apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev ',
|
||||
'rustup set profile minimal',
|
||||
|
@ -10,7 +10,7 @@ steps:
|
||||
- name: binary
|
||||
image: clux/muslrust:nightly-2019-12-19
|
||||
commands:
|
||||
- "[ -z \"${DRONE_TAG}\" ] && BITWARDEN_VERSION=master || BITWARDEN_VERSION=${DRONE_TAG%-*}"
|
||||
- "[ -z \"${DRONE_TAG}\" ] && BITWARDEN_VERSION=1.13.1 || BITWARDEN_VERSION=${DRONE_TAG%-*}"
|
||||
- mkdir -p source/
|
||||
- "apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev "
|
||||
- rustup set profile minimal
|
||||
@ -135,6 +135,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: bf96f1fa6c186e8fd1b89c845b62d54206099b7455e4532cd5b7a5b2c8258839
|
||||
hmac: c58c688541e6a38f808f59077555afd18721aeeb5ab0087186573e6fb17d0a12
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user