Skip to content

Commit bd7e12a

Browse files
committed
docker tests
1 parent 5968cf3 commit bd7e12a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/pack-sdk.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ tar -cpPR \
2121
${SDKROOT}/native \
2222
${SDKROOT}/bun \
2323
> /tmp/sdk/python${PYBUILD}-${TAG}-sdk-${CIVER}.tar
24-
if lz4 -c --favor-decSpeed --best /tmp/sdk/dist/python${PYBUILD}-${TAG}-sdk-${CIVER}.tar \
24+
25+
if lz4 -c --favor-decSpeed --best /tmp/sdk/python${PYBUILD}-${TAG}-sdk-${CIVER}.tar \
2526
> /tmp/sdk/dist/python${PYBUILD}-${TAG}-sdk-${CIVER}.tar.lz4
2627
then
2728
rm /tmp/sdk/python${PYBUILD}-${TAG}-sdk-${CIVER}.tar

0 commit comments

Comments
 (0)