-
Notifications
You must be signed in to change notification settings - Fork 38.7k
build: further consolidate macOS deployment #24669
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
Conversation
|
Nit: typo in commit message 471491f471530360edfc5d523c7c3b9d1d096c3d: |
471491f to
6eacd88
Compare
Fixed. |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
Python code review ACK 6eacd88d7c68a55de4e43946987a968316200ed2 |
By copying the .tiff earlier in the macdeploy process, we can unify the logic in the deploy script.
By generating the symlink earlier in the macdeploy process, we can unify the logic in the deploy script.
6eacd88 to
3d41521
Compare
|
Rebased, addressed nits, and added updated Guix build (macOS) to PR description. |
|
Re-ACK 3d41521 |
|
Post-merge ack, and confirming same hashes as fanquake |
Rather than maintaining 2 different versions of the same code (
.tiffcopying and symlink generation), consolidate to just the Python code, and use it on macOS and Linux. Previously Linux would perform the 2 actions in the makefile, and then would still be running themacdeployqtplusscript, so it makes sense to further consolidate deployment operations into the script.Guix Build (on x86_64):