-
Notifications
You must be signed in to change notification settings - Fork 0
Feature add static musl libc #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Changes in file .github/workflows/Build-Bootstraper.yaml: * pass musl version to docker Changes in file dockerfile: * build musl from source * copy musl to final image Changes in file mkroot.bash: * minor tweaks
Changes in file .github/workflows/Build-Bootstraper.yaml * refactored duplicate TOYBOX_VERSION -> MUSL_VER
Changes in file .github/workflows/Build-Bootstraper.yaml: * downgrade to 1.2.5 Changes in file dockerfile: * downgrade to 1.2.5
Changes in file dockerfile: * improved style for stability
Changes in file dockerfile: * set default of MUSL_PREFIX to /usr/local/musl-llvm-staging
Changes in file dockerfile: * minor fixes
Changes in file dockerfile: * try enumerate clang vars when building musl
Changes in file .github/workflows/Build-Bootstraper.yaml: * pre-calculate mitl-timestamp Changes in file dockerfile: * add touch -d timestamp steps Changes in file mkroot.bash: * add touch -d timestamp steps
Changes in file dockerfile: * cleanup of ARGs * refactor some for maintainability
Changes in file dockerfile: * set PATH and TZ defaults
Changes in file dockerfile: * removed prefix arg * added /etc/shells stub from scratch
Changes in file .github/workflows/Build-Bootstraper.yaml: * use native builds instead of just QEMU
Changes in file .github/workflows/Build-Bootstraper.yaml: * ubuntu-24.04-arm64 should just be ubuntu-24.04-arm
Changes in file .github/workflows/Build-Bootstraper.yaml: * use freebsd date util on mac runner instead
Changes in file dockerfile: * refactor how musl is fetched
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.
Patch Notes V0.9
Implements the instructions for compiling musl from source and selectively moving only the musl build args to the rest of the toybox built rootfs tree during the pre-stage.
impacted GHI
/usr/local/lib/musl-libc.so.1and/usr/local/lib/includes/<musl>to final image #3