diagnosing where in the linking stage it's getting stuck

This commit is contained in:
Marcos Slomp
2026-06-06 15:07:17 -07:00
parent ffc5e8665e
commit f5f4d91cd2

View File

@@ -29,7 +29,7 @@ jobs:
run: |
# NOTE: disabling LTO to speed-up the GitHub macOS build bots (would take 30+ min otherwise)
cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release -DGIT_REV=${{ github.sha }} -DNO_LTO=ON
cmake --build profiler/build --parallel --config Release
cmake --build profiler/build --parallel --config Release -- VERBOSE=1
- name: Build update
run: |
cmake -B update/build -S update -DCMAKE_BUILD_TYPE=Release -DGIT_REV=${{ github.sha }}