Skip to content
Snippets Groups Projects
  1. Feb 08, 2025
    • Mike Pilgrem's avatar
      Fix #6531 Use GitHub-hosted Linux/AArch64 runner · 4b32d153
      Mike Pilgrem authored
      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`).
      Unverified
      4b32d153
  2. Jan 21, 2025
  3. Jan 20, 2025
  4. Jan 15, 2025
  5. Jan 11, 2025
  6. Jan 10, 2025
  7. Jan 01, 2025
  8. Dec 31, 2024
  9. Dec 30, 2024
  10. Dec 28, 2024
  11. Dec 21, 2024
  12. Dec 16, 2024
  13. Dec 15, 2024
  14. Dec 14, 2024
  15. Dec 13, 2024
Loading