-
Notifications
You must be signed in to change notification settings - Fork 143
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
Mac Updater Issues #439
Mac Updater Issues #439
Conversation
* also sign and notarize zip file itself on mac * bump timeout to 5 hours, since Eclipse CI is sometimes just slow
8c139bd
to
9bd1cef
Compare
I tested the full signing pipeline here: https://ci.eclipse.org/theia/job/Theia%20PRs/view/change-requests/job/PR-439/2/ |
License error is again an error that wasn't somehow picked up by the license checker during an earlier update, so we may ignore this one, since it wasn't caused by this PR. |
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.
Not sure if it really improves something (we will see in the long run), but it also does not make things worse, so LGTM 👍
Yes, I'm not sure as well, but the mac updater uses the ZIP for updating. We can see that it downloads the ZIP but after that it got quiet and we did not have log outputs. |
To summarize the first tests:
I’ll continue investigating and work on solutions for the manual fixes we applied. |
What it does
We are investigating update issues on macOS, which might be related to signing. As part of this effort, we are also testing the new Eclipse signing service.
This version might not be promoted from preview to the stable channel immediately but instead with the next Theia release.
test new signing service as standin(gave an error, will investigate later)How to test
Mac DMG should still work and updating should not lead to a loop (we will have to merge this to get testers in)
Review checklist
Reminder for reviewers