CHEF-34747: Add macOS ARM64 (aarch64-darwin) Habitat plan#185
Draft
nikhil2611 wants to merge 3 commits into
Draft
CHEF-34747: Add macOS ARM64 (aarch64-darwin) Habitat plan#185nikhil2611 wants to merge 3 commits into
nikhil2611 wants to merge 3 commits into
Conversation
- Add native macOS ARM64 build support for knife - Use clang/cmake for native compilation instead of gcc - Configure SSL certificates via core/cacerts for license verification - Support knife plugins (ec2, google, windows) via habitat bundle group - Add DYLD_LIBRARY_PATH for libarchive dynamic linking Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: nikhil2611 <ngupta@progress.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: nikhil2611 <ngupta@progress.com>
- Add habitat-build.yml workflow for macos-14 (ARM64) builds - Add test.darwin.sh for macOS-specific testing without hab supervisor - Workflow triggers on PR and push to main branch Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: nikhil2611 <ngupta@progress.com>
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.
Summary
Add native macOS ARM64 (aarch64-darwin) Habitat build support for knife.
Related Jira Ticket
CHEF-34747
Changes Made
habitat/aarch64-darwin/plan.shfor native macOS ARM64 buildscore/cacertsfor license verificationTesting Performed
HAB_FEAT_NATIVE_PACKAGE_SUPPORT=1 hab pkg build --native-packageknife ssl checkworksknife bootstrapworks (SSL cert verification fixed)habitat/tests/test.shis compatible with macOSBuild Command