This commit is contained in:
parent
d066c64789
commit
5cc595e2cd
@ -21,7 +21,7 @@ local PipelineBuild(arch='amd64') = {
|
|||||||
'mkdir -p source/',
|
'mkdir -p source/',
|
||||||
'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 ',
|
||||||
'rustup set profile minimal',
|
'rustup set profile minimal',
|
||||||
'curl -sSL https://github.com/dani-garcia/bitwarden_rs/archive/${BITWARDEN_VERSION%-*}.tar.gz | tar xz -C source/ --strip-components=1',
|
'curl -sSL "https://github.com/dani-garcia/bitwarden_rs/archive/${BITWARDEN_VERSION%-*}.tar.gz" | tar xz -C source/ --strip-components=1',
|
||||||
'cd source/ && cargo build -j 8 --features $DB --release',
|
'cd source/ && cargo build -j 8 --features $DB --release',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -14,7 +14,7 @@ steps:
|
|||||||
- mkdir -p source/
|
- mkdir -p source/
|
||||||
- "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 "
|
||||||
- rustup set profile minimal
|
- rustup set profile minimal
|
||||||
- curl -sSL https://github.com/dani-garcia/bitwarden_rs/archive/${BITWARDEN_VERSION%-*}.tar.gz | tar xz -C source/ --strip-components=1
|
- curl -sSL "https://github.com/dani-garcia/bitwarden_rs/archive/${BITWARDEN_VERSION%-*}.tar.gz" | tar xz -C source/ --strip-components=1
|
||||||
- cd source/ && cargo build -j 8 --features $DB --release
|
- cd source/ && cargo build -j 8 --features $DB --release
|
||||||
environment:
|
environment:
|
||||||
DB: postgresql
|
DB: postgresql
|
||||||
@ -129,6 +129,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 53263f976931a98f4a183ca1ae703318501080e28c17461befd7e75045114596
|
hmac: 925963dd226c05ec738e93cacc279c36dc46f497b23fa97c5968552d96702b35
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user