Skip to content

Commit 9f18675

Browse files
committed
3.1.51.1bi
1 parent 834c228 commit 9f18675

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ fi
5050

5151
# embding more broken in 3.1.51
5252

53-
export EMFLAVOUR=${EMFLAVOUR:latest}
54-
#export EMFLAVOUR=${EMFLAVOUR:-tot}
53+
#export EMFLAVOUR=${EMFLAVOUR:latest}
54+
export EMFLAVOUR=${EMFLAVOUR:-tot}
5555

5656

5757
# base wasm features pure is "mvp" , "bi" is bigint

scripts/cpython-build-emsdk-prebuilt.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,20 @@ $HPIP install --upgrade $PACKAGING
1414
$HPIP install --upgrade setuptools
1515

1616
# aioconsole only for the simulator
17-
$HPIP install --upgrade aioconsole
17+
# $HPIP install --upgrade aioconsole
18+
19+
1820

1921
# support package build/install
2022
$HPY -m pip install --upgrade $PACKAGING
2123

22-
2324
PIP="${SDKROOT}/python3-wasm -m pip"
2425

26+
27+
$HPIP install --upgrade typing_extensions mypy_extensions
28+
$PIP install --upgrade typing_extensions mypy_extensions
29+
30+
2531
echo "
2632
* cpython-build-emsdk-prebuilt pip==$PIP *
2733
" 1>&2

0 commit comments

Comments
 (0)