Skip to content

Commit ac1c122

Browse files
committed
scripts: create a tar for each built toolchain
Create a tar for each built toolchain that will be used to create the overall SDK structure. Signed-off-by: Anas Nashif <[email protected]>
1 parent 04fbe10 commit ac1c122

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ for t in ${TARGETS}; do
9797
unset CC
9898
fi
9999

100+
tar --exclude='build.log.bz2' -C build/output/ -jcvf ${t}.tar.bz2 ${t}-zephyr-elf
101+
100102
popd
101103
rm -rf build_${t}
102104

0 commit comments

Comments
 (0)