Add the musl builds to the CI loop
Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
Vendored
+5
-2
@@ -17,8 +17,11 @@ for (int i = 0; i < targets.size(); i++) {
|
|||||||
stage("fetch $machine") {
|
stage("fetch $machine") {
|
||||||
sh "GIT_LOCAL_REF_DIR=/srv/git-cache/ ./scripts/fetch.sh master"
|
sh "GIT_LOCAL_REF_DIR=/srv/git-cache/ ./scripts/fetch.sh master"
|
||||||
}
|
}
|
||||||
stage("build $machine") {
|
stage("build glibc $machine") {
|
||||||
sh "MACHINE=${machine} ./scripts/build.sh"
|
sh "MACHINE=${machine} TCLIBC=glibc ./scripts/build.sh"
|
||||||
|
}
|
||||||
|
stage("build musl $machine") {
|
||||||
|
sh "MACHINE=${machine} TCLIBC=musl ./scripts/build.sh"
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
echo "Caught: ${e}"
|
echo "Caught: ${e}"
|
||||||
|
|||||||
Reference in New Issue
Block a user