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

Disable Caching to support Emacs 26 #138

Merged
merged 1 commit into from
May 29, 2019
Merged

Conversation

cowboyd
Copy link
Member

@cowboyd cowboyd commented May 29, 2019

There is an issue with Emacs 26 and Gnu TLS install where the caching is preventing the proper TLS version from being installed which causes all Emacs 26.x builds to fail.

This temporarily disables caching until such time as it can be resolved. Since the emacs_travis.mk file uses a binary build of emacs where possible, this means that the build only takes a few minutes.

However, a negative consequence is that the snapshot build now takes over 15 minutes on every commit since it is building from source every time.

See flycheck/emacs-travis#22 for details.

There is an issue with Emacs 26 and Gnu TLS install where the caching
is preventing the proper TLS version from being installed which causes
all Emacs 26.x builds to fail.

This temporarily disables caching until such time as it can be
resolved. Since the emacs_travis.mk file uses a binary build of emacs
where possible, this means that the build only takes a few minutes.

However, a negative consequence is that the snapshot build now takes
over 15 minutes on every commit since it is building from source every
time.

See flycheck/emacs-travis#22 for details.
@cowboyd cowboyd merged commit 668c61f into master May 29, 2019
@cowboyd cowboyd deleted the cl/disable-cache-for-emacs-26 branch May 29, 2019 17:58
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

Successfully merging this pull request may close these issues.

1 participant