Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The build script has started to fail in CI #42

Open
JSorngard opened this issue Jan 9, 2025 · 2 comments
Open

The build script has started to fail in CI #42

JSorngard opened this issue Jan 9, 2025 · 2 comments

Comments

@JSorngard
Copy link

JSorngard commented Jan 9, 2025

Hello!

I am using functionality that depends on this crate in CI, and its build script has started to fail, see all failing jobs here: https://github.com/JSorngard/lambert_w/actions/runs/12693506526. As far as I can tell CI doesn't have the fontconfig library or the PKG_CONFIG_PATH environment variable is not set anymore?
Might be related to the upgrade of ubuntu-latest: actions/runner-images#10636.

@JSorngard
Copy link
Author

I moved my CI jobs to windows-latest, which resolved the issue for me: https://github.com/JSorngard/lambert_w/actions/runs/12693799372m
So it's only on ubuntu-latest the problem exists (where this crate is used).

@wezm
Copy link
Contributor

wezm commented Jan 9, 2025

Hi, not sure this is something we can address in this repo. As the README notes, this crate "Requires Fontconfig to be installed". On Ubuntu the libfontconfig1-dev package must be installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants