Skip to content

Commit b06a4ea

Browse files
committed
0.0.2
1 parent fb11e5b commit b06a4ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python-wasm-sdk.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ then
3131
echo " ------------------- building cpython wasm plus -------------------"
3232
if ./scripts/cpython-build-emsdk-deps.sh > /dev/null
3333
then
34-
cd $GITHUB_WORKSPACE
3534
echo "making tarball"
36-
37-
mkdir -p sdk
38-
tar -cpRj ${SDKDIR}/config ${SDKDIR}/emsdk ${SDKDIR}/devices/* ${SDKDIR}/prebuilt/* > sdk/python-wasm-sdk-stable.tar.bz2
35+
cd /
36+
rm -rf ${SDKDIR}/emsdk/upstream/emscripten/cache
37+
mkdir -p ${SDKDIR}/sdk
38+
tar -cpRj .${SDKDIR}/config .${SDKDIR}/emsdk .${SDKDIR}/devices/* .${SDKDIR}/prebuilt/* > ${SDKDIR}/sdk/python-wasm-sdk-stable.tar.bz2
3939
else
4040
echo " cpython-build-emsdk-deps failed"
4141
exit 2

0 commit comments

Comments
 (0)