Vouch request: loveRhythm1990 #2238
loveRhythm1990
started this conversation in
Vouch Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to work on?
I want to work on issue #2112.
On macOS,
mise run gatewayfails while host-staging the musl supervisor binary withProcessFdQuotaExceeded. The docker/podman path runscargo zigbuildon the host without raisingulimit -n, while the VM path already has an fd-limit guard.My plan is to extract that existing guard into a shared helper (for example
tasks/scripts/build-env.sh), call it fromstage-prebuilt-binaries.shbefore the host zigbuild, and reuse it from the VM script so we do not keep two copies. I will also fix the stale comment ingateway-docker.shthat says the cross-compile happens inside Linux containers.Why this change?
This blocks the common local docker/podman gateway path for macOS contributors who still have the default
ulimit -n 256.The fix looks small and mostly reuses a pattern that already works on the VM path, so it feels like a good first contribution.
Checklist
Beta Was this translation helpful? Give feedback.
All reactions