-
Notifications
You must be signed in to change notification settings - Fork 34
build-package.sh erroring with new TravisCI default distro #90
Comments
I encountered the same problem. As described here, I just added addons:
apt:
packages:
- build-essential
- fakeroot
- git
- libsecret-1-dev
- libgconf-2-4 Afterwards, the build script works like a charm. |
Good stuff. |
I've opened atom/atom#19358 to get the dependency added to Atom proper. |
Well that answers that question: this is a link target issue for Atom and not a TravisCI env issue. Good to know. |
Note that Electron 3 (which just got merged to Interestingly I haven't seen this yet on any of the repositories I run through Travis CI. |
My assumption to that end is that Travis has not migrated them yet. However, they have officially announced that Trusty is now deprecated. |
Turns out that all of my repositories included this line, and thus weren't seeing the issue: Line 37 in 25b0406
|
At some point this started working on Xenial, so closing this issue. |
For Travis CI, the default distro of Trusty is currently being phased out in favor of Xenial. When testing a package on Xenial in Travis:
When I check for Atom's library links, I hit:
so I cannot seem to determine myself if this is a link target issue for Atom, or if a dependency needs to be added for TravisCI.
Thanks for any assistance/fix.
The text was updated successfully, but these errors were encountered: