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.
This commit is contained in:
Deluan 2026-07-17 14:08:44 -04:00
parent 7a61776c1c
commit d0ac427377

View File

@ -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