We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ba675 commit 57d0beeCopy full SHA for 57d0bee
2 files changed
.github/workflows/build_pyodide.yml
@@ -53,7 +53,6 @@ jobs:
53
with:
54
name: build-logs-pyodide
55
path: |
56
- packages/ifcopenshell/build.log
57
ifcopenshell_build/*/*/logs/*.log
58
retention-days: 30
59
pyodide/build_pyodide.sh
@@ -12,4 +12,6 @@ export PATH=$PYODIDE_ROOT/emsdk/emsdk:$PYODIDE_ROOT/emsdk/emsdk/node/22.16.0_64b
12
# Use custom build ifcopenshell directory in build-all to make caching simpler
13
# Otherwise pyodide build path typically includes package version, so cached cmake configs might break.
14
export BUILD_DIR=/src/ifcopenshell_build
15
+# Use build-recipes-no-deps first, so logs would be printed to stdout.
16
+pyodide build-recipes-no-deps ifcopenshell
17
pyodide build-recipes ifcopenshell --install
0 commit comments