Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
ci: Compress rtems into xz archive for export
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Polyakov <[email protected]>
  • Loading branch information
maxpoliak committed Oct 29, 2021
1 parent 79e4480 commit 2046a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/ci-create-rtems-export-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ EXPORT_DIR="${ROOT_DIR}/rtems_export"
mkdir -p ${EXPORT_DIR}
rtems_os_version_lable=$(bash ${CI_DIR}/ci-generate-version.sh rtems --arch ${RTEMS_ARCH} --bsp ${RTEMS_BSP})
echo "Export cross-tools and RTEMS object files to "
echo "${EXPORT_DIR}/rtems-export-${rtems_os_version_lable}.tar.gz"
echo "${EXPORT_DIR}/rtems-export-${rtems_os_version_lable}.tar.xz"
ls ${RTEMS_DIR}/build-${rtems_os_version_lable}
tar -C ${RTEMS_DIR} -zcvf \
tar -C ${RTEMS_DIR} -cvJf \
${ROOT_DIR}/rtems_export/rtems-export-${rtems_os_version_lable}.tar.gz \
./build-${rtems_os_version_lable} \
./rtems-exe

0 comments on commit 2046a19

Please sign in to comment.