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 #6531 Use GitHub-hosted Ubuntu/AArch64 runner #6681

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Conversation

mpilgrem
Copy link
Member

@mpilgrem mpilgrem commented Feb 7, 2025

See:

@mpilgrem mpilgrem force-pushed the fix6531 branch 5 times, most recently from 403e365 to dd65612 Compare February 7, 2025 23:40
From 2025-01-16, GitHub has provided Linux/AArch64 runners (in public preview), see:

https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/

Previously, the Stack project used a self-hosted runner for Linux/AArch64, using a machine donated by FP Complete.

This commit:

* removes the `configuration` job, that checked for self-hosted runners;

* removes the `linux-arm64` job, which used `release.hs build --alpine --stack-args --docker-stack-exe=image`;

* moves the functionality of the old `linux-arm64` job to the `integration-tests` job, making use of the `ubuntu-24.04-arm` GitHub-hosted runner;

* as that runner does not come with Haskell tools, installs the current version of Stack; and

* updates some of the comments in the workflow, accordingly.

As previously, it seems unnecessary to run integration tests for Linux/AArch64, given that they are run for Linux/x86_64.

Stack's online documentation will be updated separately, as it targets a different branch (`stable`).
@mpilgrem mpilgrem merged commit 7c0a4bf into master Feb 8, 2025
12 checks passed
@mpilgrem mpilgrem deleted the fix6531 branch February 8, 2025 14:18
@benz0li
Copy link
Contributor

benz0li commented Feb 8, 2025

🎉🎉🎉

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.

2 participants