| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
This fixes following error that sometimes happens once in a few times
on Travis s390x environment.
```
$ tool/travis_retry.sh sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
+ sudo -E apt-add-repository -y ppa:ubuntu-toolchain-r/test
Error: retrieving gpg key timed out.
```
|
|
|
|
|
| |
We don't find it useful anymore, because notifications from many other
CIs are mixed.
|
|
|
|
| |
[Misc #16360]
|
|
|
|
| |
ref [Misc #16360]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This issue happened when `libc.so` and `libm.so` path were not found
and `ldd ruby` command also failed to print the shared dependencies
in `test/fiddle/helper.rb`.
See https://travis-ci.org/ruby/ruby/jobs/611483288#L3018
/home/travis/build/ruby/ruby/build/.ext/common/fiddle/import.rb:299:in `import_function': cannot find the function: strcpy() (Fiddle::DLError)
* Set libc6:armhf as a installing dependency explicitly.
* Remove arm32 from allow_failures.
|
| |
|
| |
|
|
|
|
|
|
| |
"BASERUBY: Ruby 1.9.3" test on Travis-CI checks builds on Ruby 1.9.3.
However this version is too old and 46acd0075d requires Ruby 2.2 and
later.
|
|
|
|
|
|
|
| |
This reverts commit 212f4d49bac844b3c0fa52f2185b3df30aa62e75.
It worked on PR, but master branch builds have another build issue.
https://travis-ci.org/ruby/ruby/jobs/608303393
|
| |
|
|
|
|
|
|
| |
Revert 46f175ed5c8560b3c9da5ab7b4fa73287f1eb1c5 partially.
Also tool/ruby_vm scripts refer the options in vm_opts.h.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit e8124729fbeaf159ae615f61980ee10018ed5134.
It worked once, but soon after that it stopped working again
https://travis-ci.org/ruby/ruby/jobs/598491972
|
| |
|
|
|
|
|
|
|
| |
Follow up https://github.com/ruby/ruby/pull/2559
According to experiments in https://github.com/ruby/ruby/pull/2560,
disabling cache seems to make arm64 build succeed.
|
| |
|
| |
|
|
|
|
|
|
|
| |
and let RUBY_DEBUG=1 job test it.
We usually don't use --jit-debug and we should test no --jit-debug by
default.
|
|
|
| |
misc-16234
|
|
|
|
| |
Isn't it there? http://rubies.travis-ci.org/
|
| |
|
| |
|
| |
|
|
|
|
| |
In 91aa8bfff8, my understanding of the branch was inverted.
|
|
|
|
|
|
|
|
|
|
|
|
| |
For some reason, the Travis osx environment has been really unstable.
It failed on today's cron too:
https://travis-ci.org/ruby/ruby/builds/579843163
As we have almost the same test environment (including OpenSSL version)
in GitHub Actions and it seems to be more stable and faster, I think
there's no motivation to maintain Travis osx CI environment.
By removing this, we'd be able to simplify .travis.yml as well.
|
|
|
|
|
| |
travis-ci user does not live in #ruby-ja. Therefore the notification
isn't working anymore.
|
|
|
|
| |
We don't have topic branches on ruby.git anymore.
|
|
|
|
| |
It looks like a flag which cannot be enabled on configure.
|
| |
|
|
|
|
|
|
|
|
| |
which are usually optimized away by -O3.
This CI can detect missing exports like
ea84a680755b5a7fa700618cbe78e3b2fc7be01d which was needed for
761346a9604ca2c79777d1d67fb5dcc3c30dbf69.
|
|
|
|
|
|
| |
8897fa60fdbc83f9cce7df384893e902c17c1bf2 worked.
But we want to retry that part and this commit is trying to fix the
problem.
|
|
|
|
|
|
| |
58a373e9ed54556e18a13825dfe72d3f7a86b833 and
3868df83330bb897be996604df3862639abbf002
didn't work.
|
|
|
|
| |
https://travis-ci.org/ruby/ruby/jobs/579116510
|
|
|
|
| |
https://travis-ci.org/ruby/ruby/jobs/579108692
|
| |
|
|
|
|
|
| |
Some CIs report to two channels, and some others report to only one.
This makes it consistent. Only alert channel should be alerted.
|
|
|
|
|
|
|
| |
because it has often hanged like
https://travis-ci.org/ruby/ruby/jobs/573691637,
and we also have almost the same test suite on GitHub Actions now, which
seems to be stable in `make check` so far.
|
|
|
|
| |
to clarify what's running for every commit.
|
| |
|
|
|
|
| |
to propagate exit status to travis_retry properly.
|
|
|
|
|
|
| |
anyway we don't need authorization here.
Also retry does not seem to work in the original version, so let's
extend this with retries as a separate github action later.
|
|
|
|
|
|
|
|
|
|
| |
because it randomly fails on authorization like:
https://github.com/ruby/ruby/runs/190887455
Also the backoff seems too short. Maybe we need tool/travis_retry.sh for
this too.
Cloning ruby/ruby does not need authorization. We don't need to use
actions/checkout.
|
|
|
|
| |
as we dropped -v.
|
| |
|
| |
|
| |
|
| |
|
| |
|