On 28/05/2023 01:15, Daisuke Fujimura via Cygwin-apps wrote:
Hello,
====
Cygportfile:
-
https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-websocket-driver
Packages, logs:
- https://github.com/cygwin/scallywag/actions/runs/5069702023
Changes
- Add runtime dependencies explicitly
This is fine.
This should be an unusual circumstance, as if the package has any kind
of test-suite, we expect that those dependencies need to be installed at
build time to enable it to run, so they can also be detected.
Runtime dependent gems are detected from installed gems, but since
scallywag does not install gems that are not explicitly listed in the
cygport file, it is unable to detect runtime dependencies through
automatic detection.