From c587705f5a632ddd4ae2dd03ff82196427b71f96 Mon Sep 17 00:00:00 2001 From: Mutzi Date: Sat, 11 Feb 2023 12:44:44 +0100 Subject: [PATCH] Testing with Jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b2adb9d..fd89c8b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { RUSTFLAGS = '-C target-feature=+crt-static -C link-self-contained=yes -C link-arg=-s' } steps { - sh 'apk add pkgconf musl-dev curl' + sh 'sudo apk add pkgconf musl-dev curl' sh 'cargo build --release --target x86_64-unknown-linux-musl' sh 'ls -la' }