We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5968cf3 commit bd7e12aCopy full SHA for bd7e12a
scripts/pack-sdk.sh
@@ -21,7 +21,8 @@ tar -cpPR \
21
${SDKROOT}/native \
22
${SDKROOT}/bun \
23
> /tmp/sdk/python${PYBUILD}-${TAG}-sdk-${CIVER}.tar
24
- if lz4 -c --favor-decSpeed --best /tmp/sdk/dist/python${PYBUILD}-${TAG}-sdk-${CIVER}.tar \
+
25
+ if lz4 -c --favor-decSpeed --best /tmp/sdk/python${PYBUILD}-${TAG}-sdk-${CIVER}.tar \
26
> /tmp/sdk/dist/python${PYBUILD}-${TAG}-sdk-${CIVER}.tar.lz4
27
then
28
rm /tmp/sdk/python${PYBUILD}-${TAG}-sdk-${CIVER}.tar
0 commit comments