You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
Thanks for the report. Seems like it is compiling for 3.2.0 and 3.1.3 in the action which is wrong. Not sure if this is an issue with RCD or not though.
Shelling into the container with rb-sys-dock:
$ rb-sys-dock --platform aarch64-linux
I noticed that it's only building the 3.2 extension, which is expected:
However, running rake native:aarch64-linux gem the bug appears. It seems like it's trying compile the 3.1 version for some reason. Not sure why yet....
Hi, I'm running into an odd issue when only one Ruby version is specified where the extension compiles twice. I'm able to reproduce with
oxi-test
.Workflow - ankane/oxi-test@9f48d1a
CI output - https://github.com/ankane/oxi-test/actions/runs/3920839152/jobs/6702689640
With Tokenizers Ruby, this is also causes a crash in the generated gem, which doesn't happen when 2+ versions are specified.
This probably isn't an issue for most production workflows (which will likely specify multiple versions), but it:
Edit: Sorry, meant to post in
cross-gem-action
if you want to transfer this there.The text was updated successfully, but these errors were encountered: