-
Notifications
You must be signed in to change notification settings - Fork 179
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 for new Cabal #625
Comments
Simple solution doesn't work
with issue being haskell/cabal#4087 The workaround is to split tests and benchmarks into own package(s), used only in CI.
That's straightforward thing to do, and both |
Splitting tests and benchmarks into their own packages sounds very nice, but it has its own complication. Those packages will need to be built on top of a |
haskell-ci handles that with ease, e.g. |
I'm sorry, could you point me to the relevant parts? What I'm talking about is that running the |
It seems this is mostly done, but the testing on GHC/Cabal head has been removed, presumably by mistake. |
@phadej, I'd appreciate your help restoring can-fail testing for ghc/cabal head. The new |
Do you really want to let CI fail for GHC HEAD? I suspect it will happen when you less want to track moving target? |
Or did I misunderstood? Adding Making that job to be required, i.e. so whole build can fail is not supported. |
I'll tentatively close this, since the setup has evolved a lot since the last activity here. Please reopen if there's more to be addressed here. |
We currently use deprecated
cabal-install
commands that are going away. Let's not.The text was updated successfully, but these errors were encountered: