Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
628e842988
commit
ab1fc6d9c0
@ -13,9 +13,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- set -e
|
- set -e
|
||||||
- apt update
|
- apt update
|
||||||
- apt install musl-tools pkg-config libssl-dev openssl build-essential musl-dev openssl-src -y
|
- apt install musl-tools pkg-config libssl-dev openssl build-essential musl-dev -y
|
||||||
- rustup target add x86_64-unknown-linux-musl
|
- rustup target add x86_64-unknown-linux-musl
|
||||||
- cargo build --target=x86_64-unknown-linux-musl
|
- cargo build --target=x86_64-unknown-linux-musl -p ci
|
||||||
|
|
||||||
- name: load_secret
|
- name: load_secret
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
|
Loading…
Reference in New Issue
Block a user