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

ci: use ubuntu-latest, fix Windows headers include order #1353

Merged
merged 2 commits into from
Mar 5, 2025

Conversation

elopez
Copy link
Member

@elopez elopez commented Mar 4, 2025

Ubuntu 20.04 LTS runner will be removed on 2025-04-01. This change should have no effect as we use an Alpine container to perform the build itself.

This also fixes a build failure on Windows due to the heather paths being in an incorrect order.

Ubuntu 20.04 LTS runner will be removed on 2025-04-01. This change should
have no effect as we use an Alpine container to perform the build itself.
@elopez elopez requested review from ggrieco-tob and arcz as code owners March 4, 2025 17:53
@elopez elopez force-pushed the fix-ci-ubuntu branch 16 times, most recently from 80fba80 to e951e79 Compare March 5, 2025 00:27
We need the system headers in the lookup path to find dependencies
such as gmp. By re-including the system headers with `-I` or
`extra-include-dirs`, they are used before the GHC-bundled headers,
causing issues. Use `-idirafter` instead so they are used only as a
last resort.
@elopez elopez changed the title ci: use ubuntu-latest ci: use ubuntu-latest, fix Windows header include order Mar 5, 2025
@elopez elopez changed the title ci: use ubuntu-latest, fix Windows header include order ci: use ubuntu-latest, fix Windows headers include order Mar 5, 2025
@elopez elopez merged commit 9a01d8f into master Mar 5, 2025
18 checks passed
@elopez elopez deleted the fix-ci-ubuntu branch March 5, 2025 08:24
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.

1 participant