Bug #19968
closedmake install - RBS gem is not installed
Description
See failing builds in https://github.com/ruby/ruby-dev-builder/actions/runs/6605670146
Same issue with ruby-loco.
I assume gems/bundled_gems.rb will need an update. Also, https://github.com/ruby/rbs/pull/1579
Updated by jaruga (Jun Aruga) about 1 year ago
I don't understand why the ruby/ruby's GitHub Actions CI was not able to catch this issue.
Updated by jaruga (Jun Aruga) about 1 year ago
Reverting this commit for now?
https://github.com/ruby/ruby/commit/f717faac632dd8664d0967f8e639b84d5d032854
Updated by jaruga (Jun Aruga) about 1 year ago
I am adding the reverting commit on this PR https://github.com/ruby/ruby/pull/8739. The make install
in Travis arm64, ppc64le and s390x failed by the following error. And the reverting commit fixed the issue.
$ make -s install
Cloning https://github.com/ruby/rbs
Update rbs to 2cac4e78dfd76e85342ab2c332d3fae046b36961
../.bundle/.timestamp/rbs.revision updated
Building rbs@2cac4e78dfd76e85342ab2c332d3fae046b36961 to ../gems/rbs-3.2.2.gem
The command "make -s install" failed and exited with 2 during .
Updated by nobu (Nobuyoshi Nakada) about 1 year ago
- Status changed from Open to Closed
Applied in changeset git|c86c6a84f53a21330702ebd21cc1a65d7776171d.
[Bug #19968] Revert RBS revision to test
This reverts the commits for the master branch of RBS:
-
commit f717faac632dd8664d0967f8e639b84d5d032854: "Update rbs
revision to test"The target revision to test is in master branch, not for 3.2.x.
-
commit 9e93af5329f35092c3de3ea37d4e9e181b800bb2: "Skip RBS
RbConfig::TOPDIR
test that isnil
before installation"RbConfig_test.rb is not updated in 3.2.x branch.