Testing with Jenkins
Some checks failed
Gitea Organization/dotfiles/pipeline/head There was a failure building this commit
Some checks failed
Gitea Organization/dotfiles/pipeline/head There was a failure building this commit
This commit is contained in:
parent
21b30a441f
commit
c587705f5a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user