mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
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:
parent
7a61776c1c
commit
d0ac427377
3
.github/workflows/pipeline.yml
vendored
3
.github/workflows/pipeline.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user