From d0ac427377b3e9072e33392f7d33f3feb7f614a7 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 17 Jul 2026 14:08:44 -0400 Subject: [PATCH] ci: disable green-tea GC on the Windows test job Go 1.26's green-tea GC crashes intermittently on Windows runners: three distinct runtime fatal-error signatures across 1.26.4/1.26.5, always in the persistence suite, twice in a row on this PR. --- .github/workflows/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8e6e8126a..767cdd9a4 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -147,6 +147,9 @@ jobs: env: FFMPEG_VERSION: "7.1" FFMPEG_REPOSITORY: navidrome/ffmpeg-windows-builds + # Go 1.26's green-tea GC crashes intermittently on Windows runners (runtime fatal errors in + # the persistence suite, three distinct signatures across 1.26.4/1.26.5). + GOEXPERIMENT: nogreenteagc steps: - uses: actions/checkout@v7