build-posix: run the mac leg through docker - #6
Open
closer-claudio wants to merge 2 commits into
Open
closer-claudio wants to merge 2 commits into
closer-claudio wants to merge 2 commits into
Conversation
closer-claudio
force-pushed
the
claudio/20260913-docker-front
branch
from
September 13, 2026 18:11
0447b3a to
05470f9
Compare
closer-claudio
force-pushed
the
claudio/20260913-docker-front
branch
from
September 13, 2026 18:11
05470f9 to
12b5b86
Compare
On macOS the script calls `docker run` with the tail it already used, and stops resolving a runtime binary itself: docker comes from the hermetic PATH like every other tool. Left unsized, the build gets the whole machine, so the sysctl default goes; OSSEIN_CPUS and OSSEIN_MEMORY remain as overrides, now in docker's units. linux keeps podman; the invocation tail is the same either way. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: closer-claudio <claudio@farcloser.world>
closer-claudio
force-pushed
the
claudio/20260913-docker-front
branch
from
September 13, 2026 19:15
12b5b86 to
6dc7b83
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On macOS build-posix.sh calls
docker runwith the tail it already used and stops resolving a runtime binary itself:dockercomes from the hermetic PATH like every other tool. Unsized, the build gets the whole machine, so the sysctl default goes;OSSEIN_CPUS/OSSEIN_MEMORYremain as overrides in docker's units. linux keeps podman. Inherits thelintand mac-leg reds frommain(#7, #8).