-
Notifications
You must be signed in to change notification settings - Fork 72
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
Jammy is not compatible with GHC versions <= 8.8
#729
Comments
I'm confused. The In particular, when distribution is jammy, we force to use ghcup for all fjobs: haskell-ci/src/HaskellCI/Config.hs Line 273 in 28aae7d
As the linked issue moved to use a |
Sorry, I forgot that force-pushing on that branch prohibits you from seeing the last version. Here are the steps to reproduce:
This results in the following output on the command line:
And the following diff:
The previous version of the script already used the |
Ok. I see, the bug is that the code i linked is not run if @@ -61,49 +61,39 @@ jobs:
- compiler: ghc-8.8.4
compilerKind: ghc
compilerVersion: 8.8.4
- setup-method: hvr-ppa
+ setup-method: ghcup
allow-failure: false I have to investigate why the no-config file and config file case differs; but the "workaround" isn't too bad for now. |
I just used the current version from master to generate a new CI config for
ghc-events
in this pull request: haskell/ghc-events#105The generated CI configuration doesn't seem to work for GHC versions
<= 8.8
. The build failure in the logs looks like this:The text was updated successfully, but these errors were encountered: