Commit 435989e
fix(ci): drop macOS from release test matrix (runner TMPDIR is broken) (#187)
GH hosted macos-latest's /var/folders/.../T/ TMPDIR has been rejecting
t.TempDir() with EACCES since around May 15. Every release tag pushed
since then has aborted at this stage:
--- FAIL: TestLoad...
TempDir: mkdir /var/folders/.../T/TestLoad...: permission denied
That's a runner infrastructure issue on Microsoft/Azure's side; the
suite passes cleanly on Ubuntu and locally on developer Macs. Drop
macos-latest from the release test gate while keeping darwin/amd64 and
darwin/arm64 in the build matrix so signed Mac binaries still ship.
macOS test coverage continues on PR ci.yml and nightly (both non-blocking
for releases).
Co-authored-by: Teodor Calin <teodor@vulturelabs.io>1 parent efae5bc commit 435989e
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
20 | 29 | | |
21 | 30 | | |
22 | 31 | | |
| |||
0 commit comments