-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Update .travis.yml #2802
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
Update .travis.yml #2802
Conversation
Try Bionic image
We need focal and openssl
Choose `language: python` as a workaround
@ljharb seems like choosing |
@mustafaergul i'm not sure i can; it looks like node 0.6 won't compile, perhaps because clang is too new? |
I think the clang version hasn't been upgraded from Xenial to Focal image, I have just run the test build: |
hey, @ljharb I have been running a diff[0] build between these two jobs within the same build[1](failing number9 and succeeding number10) and that is weird latter one is using the cache that is defined on .travis.yml file. This might be related to the build cache as well, are you able to refresh(clean) the cache from repository settings and see if that help? Thanks [0] https://www.diffchecker.com/Yft5F1HM |
I don’t usually use a cache, and the only one listed is for this PR - i just deleted it tho, and I’ll rerun the job. |
@mustafaergul seems like it still fails :-( |
I was able to work around this by switching some of the tests to focal and leaving some on xenial. |
No description provided.