feat: with musl instead
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-03 23:54:44 +02:00
parent 0a7a924727
commit 7a984f0692
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -10,7 +10,10 @@ steps:
path: /drone/src/target/debug
commands:
- set -e
- cargo build
- apt update && apt install -y
- apt install musl-tools pkg-config
- rustup target add x86_64-unknown-linux-musl
- cargo build --target=x86_64-unknown-linux-musl
- name: load_secret
image: debian:buster-slim