Skip to content

Commit

Permalink
Enable verbose mode for make invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 18, 2024
1 parent d075ec4 commit 5ac8345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
source pyodide_env.sh
ccache -z
PYODIDE_CORES=$(nproc)
PYODIDE_JOBS="${PYODIDE_CORES}" make
PYODIDE_JOBS="${PYODIDE_CORES}" make -V
ccache -s
- name: Build Pyodide packages with NumPy v2 enabled
Expand All @@ -70,7 +70,7 @@ jobs:
source pyodide_env.sh
ccache -z
PYODIDE_CORES=$(nproc)
PYODIDE_JOBS="${PYODIDE_CORES}" PYODIDE_PACKAGES="pyarrow,lightgbm" make
PYODIDE_JOBS="${PYODIDE_CORES}" PYODIDE_PACKAGES="pyarrow,lightgbm" make -V
ccache -s
- name: Save ccached outputs
Expand Down

0 comments on commit 5ac8345

Please sign in to comment.