-
Notifications
You must be signed in to change notification settings - Fork 53
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
NXDRIVE-2980: Implement GitHub runner for macos intel based architecture #5484
NXDRIVE-2980: Implement GitHub runner for macos intel based architecture #5484
Conversation
Reviewer's Guide by SourceryThis PR updates the GitHub Actions workflow to use a specific macOS runner (macos-13) instead of macos-latest, and makes related changes to the macOS deployment configuration. The changes also include updates to PyQt5-Qt5 hash for Darwin systems and simplification of DMG creation parameters. Class diagram for DMG creation script changesclassDiagram
class DeployCIAgent {
-srcfolder : String
-volname : String
-format : String
-size : String
+create_package()
}
note for DeployCIAgent "Removed HFS+ and fsargs options from DMG creation"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @gitofanindya - I've reviewed your changes - here's some feedback:
Overall Comments:
- Please explain why the HFS+ filesystem specification and allocation parameters were removed from the DMG creation. This could impact compatibility and performance - was this intentional?
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
…or-macos-intel-based-architecture
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5484 +/- ##
==========================================
+ Coverage 49.24% 52.09% +2.84%
==========================================
Files 94 96 +2
Lines 15699 16094 +395
==========================================
+ Hits 7731 8384 +653
+ Misses 7968 7710 -258
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Bump codecov/codecov-action from 3.1.5 to 5.1.1
Summary by Sourcery
Update the CI workflow to target macOS 13 for GitHub Actions and adjust the macOS deployment script by removing certain filesystem arguments. Additionally, update the hash for PyQt5-Qt5 in the requirements for Darwin systems.
Build:
CI: