Skip to content

Commit

Permalink
Build a linux devkit
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Mar 4, 2024
1 parent 8208414 commit 24260a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/devkit/build_devkit.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def build_devkit() {
sh(script:"cd ${params.VERSION}/make/devkit && make TARGETS=${params.ARCH}-linux-gnu BASE_OS=${params.BASE_OS} BASE_OS_VERSION=${params.BASE_OS_VERSION}")

// Compress and archive
sh(script:"cd ${params.VERSION}/make/devkit/result/${params.ARCH}-linux-gnu-to-${params.ARCH}-linux-gnu && tar -cf - . | GZIP=-9 gzip -c > ${devkit_file}")
sh(script:"cd ${params.VERSION}/build/devkit/result/${params.ARCH}-linux-gnu-to-${params.ARCH}-linux-gnu && tar -cf - . | GZIP=-9 gzip -c > ${devkit_file}")

// Create sha256.txt
sh(script:"sha256sum ${devkit_file} > ${devkit_file}.sha256.txt")
Expand Down

0 comments on commit 24260a0

Please sign in to comment.