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

Update ARM script to use GHC 9.2.4 #2675

Closed
laurenceisla opened this issue Feb 21, 2023 · 0 comments · Fixed by #2713
Closed

Update ARM script to use GHC 9.2.4 #2675

laurenceisla opened this issue Feb 21, 2023 · 0 comments · Fixed by #2713
Labels
ci Related to CI setup

Comments

@laurenceisla
Copy link
Member

laurenceisla commented Feb 21, 2023

Description of issue

As mentioned in #2671 (comment), we won't use GHC 8.10.7 anymore, so the ARM build script should reflect that. The way the GHC version is detected should be changed, maybe doing ghcup set ghc <ghc_version> and if it fails install it. These are the relevant lines:

install_ghc() {
ghcup install ghc 8.10.7
ghcup set ghc 8.10.7
}
install_packages
# Add ghcup to the PATH for this session
[ -f ~/.ghcup/env ] && source ~/.ghcup/env
ghcup --version || install_ghcup
cabal --version || install_cabal
ghc --version || install_ghc

@steve-chavez steve-chavez added the ci Related to CI setup label Feb 21, 2023
@laurenceisla laurenceisla changed the title Update ARM script to use GHC 9.2.6 Update ARM script to use GHC 9.2.4 Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to CI setup
Development

Successfully merging a pull request may close this issue.

2 participants