We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d22505 commit 7365cd2Copy full SHA for 7365cd2
jenkins/createArmhfMuslGcc.groovy
@@ -11,7 +11,7 @@ def call(jenkins) {
11
Closure action = {
12
sh """/bin/bash -ex
13
git clone --depth 1 https://github.com/richfelker/musl-cross-make.git
14
- cd musl-cross-make && cp config.mak musl-cross-make/config.mak
+ cp config.mak musl-cross-make/config.mak && cd musl-cross-make
15
export CFLAGS="-fPIC -g1 \$CFLAGS"
16
export TARGET=arm-linux-musleabihf
17
make -j4
0 commit comments