Conversation
403e365 to
dd65612
Compare
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`).
Contributor
|
🎉🎉🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See:
Alternatives to a self-hosted runner to build statically-linked Stack for Linux/AArch64? #6531
Any changes that could be relevant to users have been recorded in ChangeLog.md.
The documentation has been updated, if necessary