[#104004] [Ruby master Feature#17883] Load bundler/setup earlier to make `bundle exec ruby -r` respect Gemfile — mame@...
Issue #17883 has been reported by mame (Yusuke Endoh).
21 messages
2021/05/24
[ruby-core:104030] [Ruby master Misc#15012] Testing on latest version gcc on Travis CI
From:
jaruga@...
Date:
2021-05-25 13:13:38 UTC
List:
ruby-core #104030
Issue #15012 has been updated by jaruga (Jun Aruga). Status changed from Open to Closed I would close this ticket, as the gcc latest version is tested on the GitHub Actions compilers.yml now. https://github.com/ruby/ruby/blob/master/.github/workflows/compilers.yml ---------------------------------------- Misc #15012: Testing on latest version gcc on Travis CI https://bugs.ruby-lang.org/issues/15012#change-92168 * Author: jaruga (Jun Aruga) * Status: Closed * Priority: Normal ---------------------------------------- Ruby's Travis CI [1] is running on gcc 4.8.4 as the default behavior of Travis gcc setting. Right now gcc's latest version is 8. Though it is important to test on the old version gcc-4.8, also it is meaningful to test on the latest version gcc, knowing we have RubyCI. [2] The benefit to run on gcc-8 is * We can care the issue on the latest version of gcc easier, such as visualizing the build warnings on the log. * We can show contributors or developers how ruby could be built on the latest version gcc. I sent the pull-request [3] to show the code as a proposal. [1] https://travis-ci.org/ruby/ruby [2] https://rubyci.org/ [3] https://github.com/ruby/ruby/pull/1937 -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>