fix: make Ubuntu installation and CI actually runnable - #1
Merged
Merged
Conversation
turinglambdaai
force-pushed
the
fix/ubuntu-runtime
branch
from
September 18, 2026 07:26
8989b47 to
2377663
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.
Fixes the concrete cross-platform failures reproduced in CI, with Ubuntu as the priority.
Root causes found
raco pkg install --name tessera --link .is rejected by Racket 9.3 because.is not a valid ending path element for a named linked package, so CI previously never reached the real runtime tests.glyfparser cannot necessarily consume. CI now installs WenQuanYi Zen Hei and pointsTESSERA_FONTat its TTC.macos-latestis ARM64, while the old workflow installed x64 Racket and Homebrew installed arm64 GLFW, so FFI reported GLFW as missing due to an architecture mismatch.glfw3.h.Changes
Validation
Final CI run for head
237766319ad982d380ab3feb4b66326c32a0f1e4is green on both matrix jobs.