mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
build_pyodide - pack cached dependencies
This commit is contained in:
@@ -9,4 +9,7 @@ cp IfcOpenShell/pyodide/meta.yaml packages/ifcopenshell
|
||||
export PYODIDE_ROOT=/src/pyodide
|
||||
# Ensure emsdk tools are in PATH.
|
||||
export PATH=$PYODIDE_ROOT/emsdk/emsdk:$PYODIDE_ROOT/emsdk/emsdk/node/22.16.0_64bit/bin:$PYODIDE_ROOT/emsdk/emsdk/upstream/emscripten:$PATH
|
||||
# Use custom build ifcopenshell directory in build-all to make caching simpler
|
||||
# Otherwise pyodide build path typically includes package version, so cached cmake configs might break.
|
||||
export BUILD_DIR=/src/ifcopenshell_build
|
||||
pyodide build-recipes ifcopenshell --install
|
||||
|
||||
Reference in New Issue
Block a user