Skip to content

Commit 57d0bee

Browse files
committed
build_pyodide - display logs in github action output
1 parent d0ba675 commit 57d0bee

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_pyodide.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
with:
5454
name: build-logs-pyodide
5555
path: |
56-
packages/ifcopenshell/build.log
5756
ifcopenshell_build/*/*/logs/*.log
5857
retention-days: 30
5958

pyodide/build_pyodide.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ export PATH=$PYODIDE_ROOT/emsdk/emsdk:$PYODIDE_ROOT/emsdk/emsdk/node/22.16.0_64b
1212
# Use custom build ifcopenshell directory in build-all to make caching simpler
1313
# Otherwise pyodide build path typically includes package version, so cached cmake configs might break.
1414
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
1517
pyodide build-recipes ifcopenshell --install

0 commit comments

Comments
 (0)