mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
acfe91ec3e
Installing it on Debian was enough, with the only wrinkle that propagating -race won't work when we're cross-compiling, since cross-compilation disables CGo by default. For now, just skip the test in that edge case. If we want to use the race detector on Windows in the future, we need to get a Windows CI builder somehow. Tested on my fork; see https://builds.sr.ht/~mvdan/job/164899. Signed-off-by: Daniel Martí <mvdan@mvdan.cc>