You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| clone & docker_run |CI (No nested virtualization possible)| CI | Manual only |
28
28
29
29
Notes:
30
30
31
31
- macOS has CI coverage for the "clone & make run" path via GitHub Actions runners.
32
32
- Linux has CI coverage for the "direct uvx" path (Ubuntu 22.04, 24.04 matrix) via package build + `uvx ... --help` smoke.
33
33
- curl|bash installer runs as a smoke test on macOS and Ubuntu.
34
-
- Docker run is experimental on macOS due to nested/virtualized Docker constraints; Ubuntu uses native Docker.
34
+
- Docker on GitHub-hosted macOS runners is not supported due to virtualization limitations; job is disabled by default. Ubuntu uses native Docker on hosted runners. See `setup-docker-on-macos` action notes [link](https://github.com/marketplace/actions/setup-docker-on-macos).
35
35
- "Make target" indicates a reproducible local target exists in the `Makefile` (e.g., `make install_curl_test`, `make run`, `make docker_run`).
0 commit comments