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 fb3a6f4 commit a5c18ccCopy full SHA for a5c18cc
jenkins/createArmhfMuslGcc.groovy
@@ -16,7 +16,7 @@ def call(jenkins) {
16
export TARGET=arm-linux-musleabihf
17
make -j4
18
make install
19
- tar -czf arm-linux-musleabihf-cross.tar.gz --strip-components=1 output/
+ tar -czf arm-linux-musleabihf-cross.tar.gz --strip-components=1 -C output/
20
"""
21
22
archiveArtifacts artifacts: 'musl-cross-make/arm-linux-musleabihf-cross.tar.gz'
0 commit comments