Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't install libffi-6 with ruby 3.2
Previously, we were copying libffi-6.dll to both ruby 2.7 and 3.2 bin directories on Windows: $ find . -type f -name "libffi*dll" ./2.7.8/bin/libffi-6.dll ./3.2.2/bin/libffi-6.dll However, we build libffi-8 with ruby 3.2, and it will be installed to the pdk bin directories in a future commit. So restrict libffi-6 to ruby 2.
- Loading branch information