< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Issue #15012 has been updated by jaruga (Jun Aruga).
> Given that Appveyor/Windows MSYS2/MinGW also has gcc 8.2.0 available (ruby-loco uses it), seems like a good idea to me. One would hope that newer gcc releases are also better optimized for JIT...
It looks good idea to add gcc 8 on the Windows environment too.
But I need someone's help for that, as I am not familiar with it.
I can work for Travis osx case if it is needed.
----------------------------------------
Misc #15012: Testing on latest version gcc on Travis CI
https://bugs.ruby-lang.org/issues/15012#change-73648
* Author: jaruga (Jun Aruga)
* Status: Open
* Priority: Normal
* Assignee:
----------------------------------------
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>