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

Emacs 26.x-travis images can't determine version of Emacs #134

Closed
gcentauri opened this issue Dec 14, 2019 · 2 comments
Closed

Emacs 26.x-travis images can't determine version of Emacs #134

gcentauri opened this issue Dec 14, 2019 · 2 comments

Comments

@gcentauri
Copy link

I'm very new to EVM, and am trying to update the travis config in the minitest-emacs repo arthurnn/minitest-emacs#46 ... so far so good, except that the versions of Emacs 26 that aren't the linux-xenial images are failing:

image

They're all complaining that cask cant find the verson of Emacs at emacs:

image

I'm wondering if it has something to do with gpg keys in those other versions? I'm happy to help debug this and improve it, but maybe its something in my own configuration I'm missing.

@liblit
Copy link

liblit commented Jun 21, 2020

Travis's default Ubuntu images now use Xenial. Unfortunately the existing emacs-26.x-travis builds do not work under Xenial due to a missing libgnutls.so.26 shared library. Switch to using emacs-26.x-travis-linux-xenial instead and this problem should go away. Note that this only affects Emacs 26.x, which is why your Emacs 24.x and Emacs 25.x jobs still succeed.

liblit added a commit to liblit/demangle-mode that referenced this issue Jun 21, 2020
@gcentauri
Copy link
Author

Thanks for the answer! I will just remove the default images from the CI list.

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

No branches or pull requests

2 participants