rails / execjs

Run JavaScript code from Ruby
MIT License
539 stars 282 forks source link

CI against stable version of truffleruby+graalvm (22.3.1) for now #125

Closed amatsuda closed 1 year ago

amatsuda commented 1 year ago

because truffleruby+graalvm 23.0.0-preview1 aborts with gu: command not found https://github.com/rails/execjs/actions/runs/5142014882/jobs/9255214275 /cc @eregon

eregon commented 1 year ago

Thanks. Right, it's not possible to install the js component on 23.0.0-preview1. Probably I should fix this in setup-ruby so it doesn't use the previews for ruby-version: truffleruby+graalvm.

I was wondering how mini_racer works, the answer is it uses ruby-version: truffleruby+graalvm-head which is another fix for this, e.g. https://github.com/rubyjs/mini_racer/actions/runs/5106797042/jobs/9179191079