build_pyodide - display logs in github action output

This commit is contained in:
Andrej730
2025-10-21 17:34:06 +05:00
parent d0ba675b1b
commit 57d0beedee
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -53,7 +53,6 @@ jobs:
with: with:
name: build-logs-pyodide name: build-logs-pyodide
path: | path: |
packages/ifcopenshell/build.log
ifcopenshell_build/*/*/logs/*.log ifcopenshell_build/*/*/logs/*.log
retention-days: 30 retention-days: 30
+2
View File
@@ -12,4 +12,6 @@ export PATH=$PYODIDE_ROOT/emsdk/emsdk:$PYODIDE_ROOT/emsdk/emsdk/node/22.16.0_64b
# Use custom build ifcopenshell directory in build-all to make caching simpler # 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. # Otherwise pyodide build path typically includes package version, so cached cmake configs might break.
export BUILD_DIR=/src/ifcopenshell_build export BUILD_DIR=/src/ifcopenshell_build
# Use build-recipes-no-deps first, so logs would be printed to stdout.
pyodide build-recipes-no-deps ifcopenshell
pyodide build-recipes ifcopenshell --install pyodide build-recipes ifcopenshell --install