diff --git a/Jenkinsfile b/Jenkinsfile index cb5d141a7..d248364c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,16 +63,6 @@ pipeline{ checkout scm } } - stage ('Build') { - steps { - sh "scripts/dev_cli.sh build --release" - } - } - stage ('Build for musl') { - steps { - sh "scripts/dev_cli.sh build --release --libc musl" - } - } stage ('Run unit tests') { steps { sh "scripts/dev_cli.sh tests --unit"