Skip to content

Build a ghc-9.8.4 image. #22

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

Merged
merged 1 commit into from
Apr 21, 2025
Merged

Build a ghc-9.8.4 image. #22

merged 1 commit into from
Apr 21, 2025

Conversation

csasarak
Copy link
Contributor

@csasarak csasarak commented Apr 21, 2025

  • Small version bump. In particular, GHC 9.8.4 is supported by the latest HLS, 2.10.0.0, which has some nice improvements. Technically, devs can still update even if we don't update our CI but I'd like to keep them in sync.

  • It's not visible in the diff, but this PR also removes some of the custom scripting I had to write since latest ghcup supports aarch64.

  • Bump to Alpine 3.18 since the 3.17 series doesn't seem to be developed anymore.

If you want to build the image yourself, use:

docker build --platform=linux/arm64,linux/amd64 -t haskell-static-alpine-ghc-9.8.4 ghc-9.8.4/

To locally build multi-platform images on Mac, you have to enable containerd in the docker desktop settings.

@csasarak csasarak requested review from a team and james-fossa and removed request for a team April 21, 2025 20:33
Copy link

@james-fossa james-fossa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works on my machine

@csasarak csasarak merged commit ce100f9 into master Apr 21, 2025
6 checks passed
@csasarak csasarak deleted the ghc-9.8.4 branch April 21, 2025 21:07
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