Skip to content
Snippets Groups Projects
Commit cb3afd5b authored by Robert's avatar Robert Committed by mergify-bot
Browse files

Fix bootstrap failing if cabal-bootstrap-gen is built

`cabal run -vnormal+err cabal-bootstrap-gen` would output ghc
build output on stdout, messing up the expected JSON output and
causing empty linux-*.json. Instead, call `cabal run -v0` which
silences ghc as well as cabal, unless something goes wrong.
parent f72c86e4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment