-
Notifications
You must be signed in to change notification settings - Fork 84
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
Test suite fails #87
Comments
I don't use Nix, but i just tested building this with ghc-8.6.3 and cabal-install 2.0.0.1. I built it and ran the tests using:
Unless this can be reproduced outside Nix, I can't work on it. |
I’m running NixOS at home at the moment, I’ll try running it there. Do you
have a pure derivation I can test against? (That is, one including all
dependencies)
…On Thu, 7 Mar 2019 at 12:06 pm, Erik de Castro Lopo < ***@***.***> wrote:
I don't use Nix, but i just tested building this with ghc-8.6.3 and
cabal-install 2.0.0.1.
I built it and ran the tests using:
./mafia build -w
./mafia test
Unless this can be reproduced outside Nix, I can't work on it.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE9t0e5-q86Ae2wukXOcgME527fov_UKks5vUGYOgaJpZM4bhqww>
.
|
This project fails reproducibly: https://github.com/jappeace/awesome-project-name/tree/show-grenade-fails You can't enter the shell unless you disable the tests. nix-shell -A shells.ghc |
I'm not sure how to make a pure derivation, but since the project I linked is pinned, that should be good enough? |
Hi, I'm trying to build grenade with nix, the test suite fails however:
I used cabal2nix to just grab the latest version from github, this one to be precise:
I'll disable the tests for now so it's not a big deal, but I just wanted to let you know.
The text was updated successfully, but these errors were encountered: