Skip to content

Fix CI #38

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

Open
exarkun opened this issue Jan 13, 2023 · 2 comments · May be fixed by #41
Open

Fix CI #38

exarkun opened this issue Jan 13, 2023 · 2 comments · May be fixed by #41

Comments

@exarkun
Copy link
Contributor

exarkun commented Jan 13, 2023

CI fails before it gets anywhere interesting. It spins up a Debian-ish Docker image and then dies when apt-get prompts for user input.

@vu3rdd vu3rdd linked a pull request Jan 13, 2023 that will close this issue
@vu3rdd
Copy link
Contributor

vu3rdd commented Jan 13, 2023

Perhaps we should switch to the "official haskell docker image" for CI? fpco image is probably pretty dated.

@exarkun
Copy link
Contributor Author

exarkun commented Jan 13, 2023

It looks like fpco is still updating their images. The "stack-build:lts" tag was updated 4 days ago. It looks like the "official" Haskell Docker images are also Debian based so I bet we'll have many of the same issues regardless of which we use.

Eventually I want to add Nix-based builds to CI. Those are generally faster and more reliable than anything else I've seen. However, I don't think we can have only those because maybe sometimes someone wants to build the package using cabal directly and not Nix ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants