-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Restore consistency in ci using alpine in all workflows #2617
Comments
I'm more worried about the first one. If we're going to force some build configuration (e.g. using I'm less worried about GHC bugs. They happen from time to time, but it's less likely than solver issues IMO. |
Well the first one is resolved, as .ghcup downloads ghc versions linked against integer-gmp for all our supported ghc versions. So i removed the particular build configuration for |
More frequent than desirable i am afraid. And more frequent in not so widely used systems like alpine i guess |
From #2615 (comment)
btw, someone has done some dogfooding with the alpine based hls executables? do we know they work for sure? They have not passed the test suite |
you can dowload the executables from the build artifacts: https://github.com/jneira/haskell-language-server/suites/5014931778/artifacts/147473084 |
Hi,i've tried the linux executable in wsl and when opening a module with template haskell, i get an error in the top of the file:
This is with ghc-8.10.7 |
I am not sure if start the new release as this behaviour would break all Linux uses where th is working now |
@jneira I tried an executable from here and encountered the exact same error as yours. My environment:
|
@pepeiborra @wz1000 |
Changing from |
If you want, I can tomorrow switch my scope. Would love to look more into how containers work in GitHub CI. & I used to do a lot of containerization & loved to optimize the use of containers to cache the setup, COW deduplication, etc. I used to have a free autoupdate on container images. Leveraged DockerHub API, simply added webhook into IFFT to rebuild the image on schedule & was leveraging free rebuilds through DockerHub & so always had prebuilt images for main things. |
pedantic
(-WError
) for cabal #2606 (comment))The text was updated successfully, but these errors were encountered: