rejeep / evm

Emacs Version Manager
223 stars 34 forks source link

Travis CI: error while loading shared libraries: libgnutls.so.26 #131

Closed abo-abo closed 4 years ago

abo-abo commented 4 years ago

Here's an example run: https://travis-ci.org/abo-abo/swiper/jobs/611786465.

/tmp/emacs-git-snapshot-travis/bin/emacs: error while loading shared libraries: libgnutls.so.26: cannot open shared object file: No such file or directory

Sometimes the job succeeds, sometimes it fails, depending on Emacs version.

sambrightman commented 4 years ago

You want emacs-git-snapshot-travis-linux-xenial for Xenial.

abo-abo commented 4 years ago

Thanks.