CI hardening: Scala 3.8.3, scoverage, macOS x86_64, headless IT, docs…#10
Merged
MateuszKubuszok merged 3 commits intomasterfrom Apr 25, 2026
Merged
CI hardening: Scala 3.8.3, scoverage, macOS x86_64, headless IT, docs…#10MateuszKubuszok merged 3 commits intomasterfrom
MateuszKubuszok merged 3 commits intomasterfrom
Conversation
… refresh - Update Scala 3.8.2 → 3.8.3, sbt → 1.12.7 (CVE fix), sttp → 4.0.22 - Add sbt-scoverage 2.4.4 with test-coverage alias (JVM-only) - Add macOS x86_64 testing via Rosetta (setup-java architecture: x64) on test-jvm, test-native, native-ffi-it, and verify-release jobs - Add Windows x86_64 to native FFI IT tests - Add headless native library loading test to DesktopIntegrationTest - Fold coverage into test-jvm jobs, let Codecov aggregate across platforms - Rewrite README: extension porting table, directory tree, updated CI/status - Remove freetype from prerequisites (bundled in provider JARs) - Rename sge-native-components → sge-native-providers across all docs/skills - Remove stale agents/ helper files from previous PR
…tiarch-scala 0.1.2 - Bump kindlings 0.1.1 → 0.1.2, configure macro derivation timeout to 30s via -Xmacro-settings (prevents timeout on Rosetta x86_64) - Bump sge-native-providers 0.1.0 → 0.1.1 (objc.lib Windows stub, ANGLE Windows DLL + import libraries, GLFW/miniaudio Windows flags) - Bump multiarch-scala 0.1.1 → 0.1.2 (copy DLLs next to Scala Native executable on Windows — no rpath equivalent on PE) - Remove CI job timeouts (20min not enough for Rosetta)
68480f3 to
dccd1cb
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.
Summary
CI hardening, cross-platform test expansion, coverage, and dependency updates.
Changes
CI platform expansion
architecture: x64on ARM runners) to test-jvm, test-native, native-ffi-it, verify-releaseCoverage
test-coveragealias (JVM-only, strips -Werror)Headless IT
Dependency updates
Documentation
Test plan