From f5f4d91cd2f207bc09ebc045aa5fb950a3a298a2 Mon Sep 17 00:00:00 2001 From: Marcos Slomp Date: Sat, 6 Jun 2026 15:07:17 -0700 Subject: [PATCH] diagnosing where in the linking stage it's getting stuck --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4fb1e9f1..2f1167dc 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 }}