-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Add ghc 9.2.1 to gitlab ci #2636
Conversation
jneira
commented
Jan 24, 2022
•
edited by gitpod-io
bot
Loading
edited by gitpod-io
bot
- removing the integer-simple workaround, as alpine based ghcs installed by ghcup uses integer-gmp
- removing the nix config as afaics it is not used anymore
- triggered a build in the gilab repo: https://gitlab.haskell.org/haskell/haskell-language-server/-/pipelines/46447
windows build is failing with:
|
@hasufell the last ci pipeline (https://gitlab.haskell.org/haskell/haskell-language-server/-/pipelines/46449) did not build the matrix for ghc-9.2.1. do you know what is missing to make it honour the changes in https://github.com/haskell/haskell-language-server/pull/2636/files#diff-037ea159eb0a7cb0ac23b851e66bee30fb838ee8d0d99fa331a1ba65283d37f7R21? |
Also freebsd builds are failing with:
it seems cabal is failing building retrie but i dont see the cabal error |
the machine ran out of memory. Maybe |
The pipeline you linked doesn't include the commit that adds 9.2.1 to gitlab. So you seem to have mixed something up. |
ugh 🤦 you are right, wrong branch |
thanks will try for bsd-12, however the log i attached in for bsd-13 and there is no mention to oom there. Will try -j1 anyways |
New pipelines:
|
The windows issue is related with msys gpg keys, similar to msys2/MSYS2-packages#2397 but with another signer As the zip util seems to be already installed:
i am gonna try removing the install zip step |
|
The las pipeline was almost succesfull but freebsd12 and 13 for ghc-9.2.1, the error in both cases is
It seems a thing we have to fix in ghcup itself so i am gonna merge this. If we need more changes for freebsd we could do a new one |
There are no freebsd bindists: https://downloads.haskell.org/~ghc/9.2.1/ |
ok will remove 9.2.1 for freebsd then (or are you planning to publish unofficial bindists for?) |
no, afair FreeBSD is broken on 9.2.1 or so |