Another snapshot is available in private-ruby-3.0 branch and the build is running here:
https://koji.fedoraproject.org/koji/taskinfo?taskID=57585626
Most notable change is removal of WEBRick from Ruby. I am not completely sure how much disruption this could cause in Fedora. I wonder if it is worth of packaging it as a separate package. Thoughts?
Vít
P.S. @jaruga + @pvalena thx for handling the GCC11 issues.
Thanks for another snapshot, Vit. I confirmed the new snapshot's SRPM works on my mock build rawhide. I also confirmed the following failure I reported above disappeared now.
``` 1) Failure: TestBundledCA#test_accessing_rubygems [/builddir/build/BUILD/ruby-3.0.0-1cfc6e7b7a/test/rubygems/test_bundled_ca.rb:46]: rubygems.org is not verifiable using the included certificates. Error was: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate)
Finished tests in 670.500927s, 31.2244 tests/s, 3975.4993 assertions/s. 20936 tests, 2665576 assertions, 1 failures, 0 errors, 48 skips
ruby -v: ruby 3.0.0dev (2020-12-04 master 1cfc6e7b7a) [x86_64-linux] make: *** [uncommon.mk:801: yes-test-all] Error 1 ```