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

Improve CI #170

Merged
merged 6 commits into from
Dec 14, 2024
Merged

Improve CI #170

merged 6 commits into from
Dec 14, 2024

Conversation

lehins
Copy link
Contributor

@lehins lehins commented Dec 14, 2024

  • Use wget for i386 CI to make it more resilient to ghcup download failures
  • Switch to using stack for testing ghc-8.0 and 8.2, since ghcup is having trouble installing those ghc versions using hvr/ppa
  • Make benchmark compatible with older primitive, since lts-9 can't use newer primitive due to Cabal version conflict
  • Fix import of IdentityT, since mtl<2.2.2 does not re-export it

@lehins lehins force-pushed the lehins/improve-ci branch 5 times, most recently from aad4d77 to d5b3b6a Compare December 14, 2024 19:29
There are some funky intermitten ssl failures happening when dounloading from
get-ghcup.haskell.org

It was easier to switch to wget than trying to make curl work with this
failure.
GithubAction `haskell-actions/setup` is having trouble installing
ghc-8.0 and 8.2 from hvr/ppa. This poses a problem for testing
compatiblity with those ghc versions. Luckily stack is still capable of
installing ghc, which means we can rely on testing with lts-9 and lts-11
This is necessary to allow testing with lts-9 snapshot, since stack is
still capable of installing ghc-8.0 and ghc-8.2, while ghcup is having
issues in achieving that on CI
@lehins lehins merged commit 6b30bd9 into master Dec 14, 2024
52 checks passed
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