feat: add multi platform builds - #607
Open
rwaffen wants to merge 8 commits into
Open
Conversation
rwaffen
force-pushed
the
platform_builds
branch
from
August 13, 2026 12:23
d06f1b1 to
1895d20
Compare
bastelfreak
reviewed
Aug 13, 2026
Member
Author
|
ah okay, windows doesn't like the change. the ole thingy seems not to work like intended |
Signed-off-by: Robert Waffen <rw@betadots.de>
…rossbuils on ubnutu Signed-off-by: Robert Waffen <rw@betadots.de>
… build everything on linux runners Signed-off-by: Robert Waffen <rw@betadots.de>
Signed-off-by: Robert Waffen <rw@betadots.de>
Signed-off-by: Robert Waffen <rw@betadots.de>
RubyInstaller has used the x64-mingw-ucrt platform since Ruby 3.1, while OpenVox requires Ruby 3.2 or newer. Gems built for x64-mingw32 are incompatible with these supported Windows Rubies: RubyGems may install them, but cannot activate them afterwards. Replace the x64-mingw32 build and test target with x64-mingw-ucrt so the generated gem matches current RubyInstaller installations and includes the required Windows-specific dependencies. Keep x86-mingw32 for supported 32-bit Windows installations. Signed-off-by: Robert Waffen <rw@betadots.de>
Signed-off-by: Robert Waffen <rw@betadots.de>
It is now handled in test_gem_build and test_install Signed-off-by: Robert Waffen <rw@betadots.de>
rwaffen
force-pushed
the
platform_builds
branch
from
August 14, 2026 08:02
4357ca1 to
6f60964
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description
This PR adds platform-specific OpenVox gem builds and updates the release workflow to publish all generated artifacts.
OpenVox itself has no native extensions, so the platform variants can be cross-built on Linux. They provide the correct platform-specific runtime dependencies for each supported target:
ruby: generic gemuniversal-darwin: includesCFPropertyListx64-mingw-ucrt: includesffi,minitar, andwin32oleThe legacy
x64-mingw32and 32-bitx86-mingw32targets are dropped. RubyInstaller has usedx64-mingw-ucrtsince Ruby 3.1, which matches the supported Ruby versions for OpenVox.Checklist
I have:
Signed-off-byannotation to each of my commitsGenerated-byorAssisted-byannotations to each of my commits created with the help of an AI agent