nvm icon indicating copy to clipboard operation
nvm copied to clipboard

Update .travis.yml

Open mustafaergul opened this issue 3 years ago • 6 comments

mustafaergul avatar Apr 29 '22 08:04 mustafaergul

@ljharb seems like choosing language: python recovered some of the jobs, but others still failing with the test cases. Do you think you can workaround those?

mustafaergul avatar May 11 '22 08:05 mustafaergul

@mustafaergul i'm not sure i can; it looks like node 0.6 won't compile, perhaps because clang is too new?

ljharb avatar May 11 '22 15:05 ljharb

I think the clang version hasn't been upgraded from Xenial to Focal image, I have just run the test build: https://app.travis-ci.com/github/mustafa-travisci/testBuilds/builds/250552245

mustafaergul avatar May 12 '22 07:05 mustafaergul

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 [1] https://app.travis-ci.com/github/nvm-sh/nvm/builds/250498716

mustafaergul avatar Jul 29 '22 11:07 mustafaergul

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.

ljharb avatar Jul 30 '22 02:07 ljharb

@mustafaergul seems like it still fails :-(

ljharb avatar Jul 30 '22 10:07 ljharb

I was able to work around this by switching some of the tests to focal and leaving some on xenial.

ljharb avatar Dec 23 '22 19:12 ljharb