-
Notifications
You must be signed in to change notification settings - Fork 19
Create macOS arm installer #311
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
Open
anchapin
wants to merge
33
commits into
develop
Choose a base branch
from
mac_arm
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
982fef8
Enhance macOS support by adding ARM architecture builds and updating …
anchapin f1fb1ae
Refactor macOS build process to use aqtinstall for Qt Installer Frame…
anchapin 86bf9b0
Refactor Qt Installer Framework installation in macOS and Windows bui…
anchapin b5f7853
Refactor Qt Installer Framework installation in macOS and Windows bui…
anchapin 2ebfb66
Refactor string concatenation in various files for improved readabili…
anchapin 0efa629
Fix GitHub Actions workflow build issues
anchapin 1cba366
Fix Windows pip upgrade permission issue
anchapin 03a7c26
Add cleanup step for corrupted dependency files
anchapin 2a248da
Enhanced dependency cleanup and verification
anchapin abfb57b
Fix path handling in Qt Installer Framework installation steps
anchapin 76ade06
Fix CI: Use x64 OpenStudio-server for ARM64 builds
anchapin 27113bb
Update OpenStudio-server filename for macOS ARM64 architecture
anchapin 5c48500
Fix architecture detection and error handling in build process
anchapin 44a314c
Fix macOS ARM build issues
anchapin c5d7a38
Fix macOS ARM build: Remove redundant pre-download and improve file i…
anchapin 30b60e2
Enhance architecture handling in packaging and build scripts for macOS
anchapin 08b5e12
Fix fs-jetpack inspect API usage for Ubuntu workflow compatibility
anchapin 8807d90
Enhance AWS credentials configuration in build workflow and increase …
anchapin 70625ec
Remove AWS credentials requirement and add dependency accessibility test
anchapin b313d6e
Fix workflow failures: ARM64 dependency corruption and Qt IFW issues
anchapin f67209b
Fix merge-stream compatibility error in downloadDeps function
anchapin bd70ae9
Add Claude Code and Claude Flow files to .gitignore
anchapin fde54fa
Add memory/ directory to .gitignore
anchapin 62c7690
Simplify workflow by removing troubleshooting additions
anchapin 6f86c43
Simplify build.js to focus only on ARM64 architecture support
anchapin e3c3588
Remove non-ARM64 changes from PR scope
anchapin 78398d9
Remove all JavaScript app code changes from ARM64 PR
anchapin 4632871
Refactor build.js using DRY principle for ARM64 manifest lookups
anchapin 6066590
Update aqtinstall installation command to use --break-system-packages…
anchapin c87f134
Fix Python command for aqtinstall tool installation on macOS and Windows
anchapin 5e92eac
Add OpenStudio 3.10.0 ARM64 package for Darwin platform in manifest
anchapin bdb3df9
Temporarily disable lint in build process to fix ARM64 build
anchapin d850238
Enhance dependency management by adding download, verification, and e…
anchapin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only handles single-architecture builds; consider detecting a semicolon-separated list (e.g. "arm64;x86_64") for universal builds or adding an explicit branch for multi-arch cases.