File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ def call(jenkins) {
1717 make -j4
1818 make install
1919 tar -czf arm-linux-musleabihf-cross.tar.gz output/
20+ sha256sum arm-linux-musleabihf-cross.tar.gz > arm-linux-musleabihf-cross.tar.gz.sha256
2021 """
2122
22- archiveArtifacts artifacts : ' musl-cross-make/arm-linux-musleabihf-cross.tar.gz'
23+ archiveArtifacts artifacts : ' musl-cross-make/arm-linux-musleabihf-cross.tar.gz* '
2324
24- jenkins. context. archivePatters(
25- patterns : [' musl-cross-make/arm-linux-musleabihf-cross.tar.gz' ],
26- path : ' swift-toolchains/' + jenkins. context. gitDescribe() + ' /arm-linux-musleabihf-cross.tar.gz'
27- )
25+ // jenkins.context.archivePatters(
26+ // patterns: ['musl-cross-make/arm-linux-musleabihf-cross.tar.gz'],
27+ // path: 'swift-toolchains/' + jenkins.context.gitDescribe() + '/arm-linux-musleabihf-cross.tar.gz'
28+ // )
2829 }
2930
3031 return createStage(name, options, action)
You can’t perform that action at this time.
0 commit comments