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

Validate CI should display the output of cabal-plan #8440

Closed
andreasabel opened this issue Aug 30, 2022 · 1 comment · Fixed by #8445
Closed

Validate CI should display the output of cabal-plan #8440

andreasabel opened this issue Aug 30, 2022 · 1 comment · Fixed by #8445
Labels
continuous-integration re: devx Improving the cabal developer experience (internal issue)

Comments

@andreasabel
Copy link
Member

It would be good to see which dependencies are picked up to build cabal-install, so a step in the CI scripts to stream the output of cabal-plan after (ideally before) the build would be great.

Example of such a step: https://github.com/haskell/hackage-server/blob/f6c1e48f8da9293055ff9e86aabd8a33f6594893/.github/workflows/haskell-ci.yml#L192-L195

@andreasabel andreasabel added continuous-integration re: devx Improving the cabal developer experience (internal issue) labels Aug 30, 2022
@jneira
Copy link
Member

jneira commented Aug 31, 2022

Maybe it couldbe added to validate.sh and make it ci agnostic. We are already using it there:

timed $CABALPLAN --version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous-integration re: devx Improving the cabal developer experience (internal issue)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants