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

Updates debian base and tools #9

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Updates debian base and tools #9

merged 1 commit into from
Oct 23, 2024

Conversation

telser
Copy link

@telser telser commented Oct 23, 2024

  • Updates debian base to current stable
  • GHC to 9.6.6
  • HLS, stack, weeder updated to latest
  • Adds cabal
  • Changes GHCUP_INSTALL_BASE_PREFIX to be an ENV, so that subsequent ghcup invocations will pick that up.

- Updates debian base to current stable
- GHC to 9.6.6
- HLS, stack, weeder updated to latest
- Adds cabal
@@ -40,5 +40,9 @@ RUN ghcup install ghc $GHC_VERSION --set
ARG HLS_VERSION
RUN ghcup install hls $HLS_VERSION --set

# CABAL_VERSION is managed in tool-versions.env
ARG CABAL_VERSION
RUN ghcup install cabal $CABAL_VERSION --set
Copy link
Member

Choose a reason for hiding this comment

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

What was the reason for installing cabal?

Copy link
Author

Choose a reason for hiding this comment

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

Want it for the Orville pipeline

@telser telser merged commit eb5da39 into main Oct 23, 2024
3 checks passed
@ysangkok ysangkok deleted the telser/update-tools branch October 24, 2024 17:16
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.

3 participants