Description
The fontconfig package installed from Homebrew is no longer usable by fontconfig-rs.
The installed package is at version 2.18, but for some reason the Rust crate receives a library path for 2.17 from pkg-config.
Platforms affected
Runner images affected
Image version and build link
20260525.0107.1
https://github.com/actions/runner-images/releases/tag/macos-26-arm64%2F20260525.0107
Is it regression?
yes, it worked on 20260520.0098.1
Expected behavior
https://github.com/ruffle-rs/ruffle/actions/runs/26542412111/job/78186748240?pr=23842
Actual behavior
https://github.com/ruffle-rs/ruffle/actions/runs/26542412111/job/78636906152?pr=23842
Repro steps
Try to build something that uses the fontconfig-rs Rust crate.
Description
The
fontconfigpackage installed from Homebrew is no longer usable byfontconfig-rs.The installed package is at version 2.18, but for some reason the Rust crate receives a library path for 2.17 from
pkg-config.Platforms affected
Runner images affected
Image version and build link
20260525.0107.1
https://github.com/actions/runner-images/releases/tag/macos-26-arm64%2F20260525.0107
Is it regression?
yes, it worked on 20260520.0098.1
Expected behavior
https://github.com/ruffle-rs/ruffle/actions/runs/26542412111/job/78186748240?pr=23842
Actual behavior
https://github.com/ruffle-rs/ruffle/actions/runs/26542412111/job/78636906152?pr=23842
Repro steps
Try to build something that uses the
fontconfig-rsRust crate.