Skip to content

Commit

Permalink
3.1.73pre-all
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Nov 28, 2024
1 parent b5a5cee commit a207d49
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: ubuntu-22.04
env:
BUILDS: 3.12 3.13
BUILDS: 3.12 3.13 3.14
SDKROOT: /opt/python-wasm-sdk
EMFLAVOUR: latest
Py_GIL_DISABLED: false
Expand Down
3 changes: 2 additions & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ EXTRABINS="/usr/local/bin /opt/bin"
# stable==latest dev==tot
export EMFLAVOUR=${EMFLAVOUR:latest}
export EMSDK_QUIET=1

export EMSDK_NOTTY=0
export EMSDK_VERBOSE=0

#temp fix for oom on CI (Error: Process completed with exit code 143.)
export EMSDK_NUM_CORES=1
Expand Down
2 changes: 1 addition & 1 deletion emsdk-cc
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ else:
# TODO: module level
# -gsource-map --source-map-base /
pass
final.extend(arglist(WASM_EXTRA, "-DPYDK_STATIC"))
final.extend(arglist(WASM_EXTRA, "-D__PYDK__=1"))

final.extend(out)
final.extend(COMMON)
Expand Down
6 changes: 3 additions & 3 deletions scripts/cpython-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ fi

if echo $PYBUILD |grep -q 14$
then
wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a1.tar.xz
tar xf Python-3.14.0a1.tar.xz
ln -s Python-3.14.0a1 cpython${PYBUILD}
wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a2.tar.xz
tar xf Python-3.14.0a2.tar.xz
ln -s Python-3.14.0a2 cpython${PYBUILD}

mkdir $ROOT/devices/emsdk/usr/lib $ROOT/devices/$(arch)/usr/lib -p

Expand Down

0 comments on commit a207d49

Please sign in to comment.