Skip to content

Commit 1ab4bb4

Browse files
authored
[CI] Add elapsed time to macos build (#7459)
This allows us to see in the log where time is being spent.
1 parent 818e108 commit 1ab4bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
# macos-latest has 3 vcpus and 7GB DRAM, to save memory we limit the number of jobs to 3
9898
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
9999
MAX_JOBS: 3
100+
# Add elapsed time in seconds to ninja status to monitor where build stalls
101+
NINJA_STATUS: "[%f/%t, %es elapsed] "
100102
run: |
101103
source ~/.venv/bin/activate
102104
echo "PATH is '$PATH'"

0 commit comments

Comments
 (0)