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

Fix CI #22

Merged
merged 3 commits into from
Apr 5, 2024
Merged

Fix CI #22

merged 3 commits into from
Apr 5, 2024

Conversation

marceline-cramer
Copy link
Contributor

@marceline-cramer marceline-cramer commented Apr 4, 2024

Fixes #21.

I removed MIPS support entirely. It seems like Rust demoted support for it and no longer distributes a prebuilt standard library for MIPS anymore: rust-lang/compiler-team#648

I personally can't imagine anyone wanting to target MIPS with this library but if they do then they can also probably figure out how to build the standard library themselves.

@marceline-cramer
Copy link
Contributor Author

marceline-cramer commented Apr 4, 2024

Seems like the font-rs dependency was bringing in a version of opentype that depended on an API-incompatible version of typeface, which was causing an opentype build error when the font feature was enabled.

I just updated the font-rs dependency to the latest version. If that's not desirable, I've isolated that change to one commit, so it's easy to amend.

@katyo katyo merged commit 5e62bcf into katyo:master Apr 5, 2024
20 checks passed
@katyo
Copy link
Owner

katyo commented Apr 5, 2024

@marceline-cramer Thank you so much!

@marceline-cramer marceline-cramer deleted the fix-ci branch April 5, 2024 03:55
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

Successfully merging this pull request may close these issues.

Latest Mac x86_64 and other CI builds failing
2 participants