Skip to content

Commit b6fc552

Browse files
committed
do it for real
1 parent dc8e1cb commit b6fc552

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jenkins/createArmhfMuslGcc.groovy

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ def call(jenkins) {
55
]
66
Closure action = {
77
sh """/bin/bash -ex
8-
echo "hello world!"
8+
git clone --depth 1 https://github.com/richfelker/musl-cross-make.git build/
9+
cp config.mak build/config.mak && cd build/
10+
export CFLAGS="-fPIC -g1 \$CFLAGS"
11+
export TARGET=arm-linux-musleabihf
12+
make -j4
13+
make install
914
"""
1015
}
1116

0 commit comments

Comments
 (0)