Skip to content

Commit

Permalink
Drop more references to Quick flavour
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari authored and int-index committed Nov 15, 2023
1 parent 68abd6a commit d789bc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,11 @@ topicBuild =
prompt ["./boot && ./configure"]
prompt ["cabal", "v2-update"]
prompt
[ "hadrian/build", "-j",
nowrap H.span "--flavour=Quick" ]
[ "hadrian/build", "-j" ]
H.p ("Quick " <> H.code "stage2" <> " rebuild:")
snippet do
prompt
[ "hadrian/build", "-j",
nowrap H.span "--flavour=Quick",
nowrap H.span "--freeze1" ]
topicStyle = do pure()

Expand Down

0 comments on commit d789bc5

Please sign in to comment.