Actions
Bug #18789
closedmake test-bundled-gems failed after make install
Description
On snapshot-master CI, make test-bundled-gems
failed.
https://github.com/ruby/actions/runs/6476724416?check_suite_focus=true#step:17:118
./tool/test-bundled-gems.rb:10:in `realpath': No such file or directory @ realpath_rec - /home/runner/work/actions/actions/snapshot-master/.bundle/bin/rake (Errno::ENOENT)
from ./tool/test-bundled-gems.rb:10:in `<main>'
make: *** [uncommon.mk:1410: test-bundled-gems-run] Error 1
I investigated it, it causes after make install
.
How to reproduce:
- Run configure
make install
make test-bundled-gems
or
In already built directory
rm -rf path/to/srcdir/.bundle
make install
make test-bundled-gems
If I run rm -rf path/to/srcdir/.bundle
and make test-bundled-gems
without make install
, .bundle/bin/rake
exists.
Actions
Like0
Like0Like0