-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Latest electron-builder fails on Travis with macOS #4134
Comments
Exactly the same happening on Linux Travis:
|
/cc @develar |
@sindresorhus did you resolve this? Your builds seem to be passing now: https://travis-ci.org/sindresorhus/caprine/builds Your snippet didn't include it but are you 100% that the linux build overwriting message was just a warning and not a factor on the failure?
|
@alibosworth The issue is still present (it affects only the builds that are publishing build artifacts to GitHub), and the overwriting warning is unrelated. Here's a newer log, without these warnings: |
So the problem is solved for me: there was another, different, error buried deeper in the logs which was the true cause of failure. 21.0.15 added the feature to add to snapstore by default and that should have been a breaking change. |
to anyone with this issue - i was able to get around this by getting the snap upload to work. you need to install snapCraft, then login, then do a snapcraft register, then it should work. |
I added |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Please keep this open. |
I'm currently having this same issue and haven't been able to resolve it.
Here is my
And my
|
So, after a lot of trial and error, I've got a work around. I ended up lowering version number for |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Please keep this open. |
It seems like the problem is related to the
That overrides the default which includes snapcraft. You could probably use an empty array ( |
For me, adding following does not help:
The same with adding Also tried following without success.
Also tried installing snapd and snapcraft but no change ;/ node: 12.14.1 error:
Removing |
* Contributor release 0.99.5 * Try fixing error, but didn't work ;/ electron-userland/electron-builder#4134 (comment)
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Please keep this open. |
I have the same issue: https://github.com/nukeop/nuclear/runs/1238455218 Interestingly, I have a different job that does almost exactly the same thing, but doesn't run tests, doesn't cache dependencies, and uploads artifacts. This one passes: https://github.com/nukeop/nuclear/runs/1238509178 |
Still an issue, FYI :) |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
For me yes, still need to use some workarounds. |
Bot bot |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Please keep this open. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Please keep this open. |
This problem still exists, how can I solve it? |
I just moved to github actions, Travis has deteriorated in quality of service. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Please keep this open. |
Please keep this open. |
electron-builder fails on Travis:
See: https://travis-ci.org/sindresorhus/caprine/builds/569315545
macOS 10.14
$ node --version
v12.8.0
$ npm --version
6.10.2
$ nvm --version
0.34.0
The text was updated successfully, but these errors were encountered: