Skip to content
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

Fix mac Builds #18188

Merged
merged 11 commits into from
Feb 6, 2024
Merged

Fix mac Builds #18188

merged 11 commits into from
Feb 6, 2024

Conversation

casperlamboo
Copy link
Contributor

@casperlamboo casperlamboo commented Jan 31, 2024

Since the pyqt 6.6 upgrade the mac builds were failing. Main fix was to upgrade pyinstaller (which allowed us to remove a whole lot of ugly ductyping).

In the new packaged app the file structure is a bit different for mac, so had to change some paths.

Also see Uranum PR: https://github.com/Ultimaker/Uranium/pull/936/files

CURA-11483

Copy link
Member

@jellespijker jellespijker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some adhoc remarks, I know it is not ready yet

@@ -1,5 +1,5 @@
pytest
pyinstaller==5.8.0
pyinstaller==6.3.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're using the latest version then I would suggest to unpin the version

@casperlamboo casperlamboo marked this pull request as ready for review February 5, 2024 10:35
Copy link
Contributor

@wawanbreton wawanbreton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, less code = less bugs !

@wawanbreton wawanbreton merged commit a8e3d51 into main Feb 6, 2024
2 of 5 checks passed
@wawanbreton wawanbreton deleted the CURA-11483 branch February 6, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants