
sorawee
2020-12-24 15:11:33
This failure is very weird: https://github.com/racket/racket/runs/1602016620

sorawee
2020-12-24 15:12:01
since the commit was made to fix that issue. It looks like GHA fetches a wrong commit or something.

shu--hung
2020-12-24 15:16:57
The Windows build uses the package server as the catalog of all packages, including racket-test
. So it’s normal to fail if the update is about the test suite.

samth
2020-12-24 15:26:30
We should fix that about the windows build

shu--hung
2020-12-24 15:29:35
That’ll definitely help! I tried directly running racket\raco.exe -f pkgs\test-racket-core\tests\racket\quiet.rktl
but that breaks the sandbox test due to some permission issue. I have no idea what’s going on with that.