mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
As mentioned in https://github.com/ghostty-org/ghostty/pull/10332#issuecomment-3800353166, the Harfbuzz shaping tests that depend on specific fonts (that are on macOS, but not whatever linux distro we use for CI) aren't being checked in CI. The `build-macos-freetype` CI check is primarily to make sure Freetype can build on Mac, but if we switch to the `coretext_freetype` backend, we still use Freetype for rendering, but then we get Coretext for font discovery which then enables these tests to run.