From 7000d4e2a659b602e668000c81c38a1fba495725 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 4 Aug 2023 00:13:30 +0200 Subject: [PATCH] chore: musl Signed-off-by: kjuulh --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 12dc929..b9422ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,12 +14,12 @@ steps: commands: - set -e - apt update - #- apt install musl-tools pkg-config libssl-dev openssl build-essential musl-dev -y - #- rustup target add x86_64-unknown-linux-musl - #- cargo build --target=x86_64-unknown-linux-musl -p ci - - cargo build -p ci - #- mv target/x86_64-unknown-linux-musl/debug/ci "$CI_PREFIX/ci" - - mv target/debug/ci $CI_PREFIX/ci + - apt install musl-tools pkg-config libssl-dev openssl build-essential musl-dev -y + - rustup target add x86_64-unknown-linux-musl + - cargo build --target=x86_64-unknown-linux-musl -p ci + #- cargo build -p ci + - mv target/x86_64-unknown-linux-musl/debug/ci "$CI_PREFIX/ci" + #- mv target/debug/ci $CI_PREFIX/ci - name: load_secret image: debian:buster-slim