Skip to content

Commit 7d484c7

Browse files
committed
-_-
1 parent 398ed46 commit 7d484c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To install directly to a specific location, set it here. Multiple targets
44
# can safely be installed in the same location. Some examples:
55

6-
OUTPUT = /tmp/musl
6+
#OUTPUT = /tmp/musl
77

88
# By default, latest supported release versions of musl and the toolchain
99
# components are used. You can override those here, but the version selected

jenkins/createArmhfMuslGcc.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ def call(jenkins) {
1616
export TARGET=arm-linux-musleabihf
1717
make -j4
1818
make install
19+
tar -czf arm-linux-musleabihf-cross.tar.gz output/
1920
"""
2021

21-
sh 'echo $(pwd)'
22-
tar(file: 'arm-linux-musleabifh-cross.tar.gz', compress: true, dir: '/tmp/musl', archive: true)
22+
archiveArtifacts artifacts: 'musl-cross-make/arm-linux-musleabihf-cross.tar.gz'
2323
}
2424

2525
return createStage(name, options, action)

0 commit comments

Comments
 (0)