Add arm64 case on Travis.#2559
Conversation
|
Looks good, but in this repository we're facing https://travis-ci.org/ruby/ruby/jobs/598321906 I suspected it's due to ccache / travis cache issues, but it has failed several times even after purging all Travis cache on ruby/ruby. Maybe we should drop build cache (at least for arm64)? |
I see. I have never seen the error when running on my forked repository.
Sure. I am okay to drop the build cache at least for arm64. |
|
OK. We could do that separately. Let's see what happens on master branch first. As it worked on your fork, something might happen at some point. |
|
Thanks for your help! The But the next commit, that is |
|
Hmm, right. Maybe we need some another workaround like updating timestamp of files recursively on our own. |
This PR is pointed out from https://bugs.ruby-lang.org/issues/16234
I added arch64 (arm64) case with
arch: arm64syntax asallow_failures.Because the 1 test was failed on my forked repository's test like this.
https://travis-ci.org/junaruga/ruby/jobs/598309782#L2635
ccachedeb package needed to be installed onarch: arm64environment.