Skip to content

Commit

Permalink
Also remove Duper from annotation [annotate]
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 22, 2024
1 parent 3197033 commit 28f17e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean4/scripts/annotate.lean
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main (args : List String) : IO Unit := do

_ ← (← IO.Process.spawn { cmd := "lake", args := #["build"] }).wait
-- Duper requires some additional time to build on first run.
_ ← (← IO.Process.spawn { cmd := "lake", args := #["build", "Duper"] }).wait
-- _ ← (← IO.Process.spawn { cmd := "lake", args := #["build", "Duper"] }).wait

-- Collect test targets by walking `Playground/` and `Playground/Zulip`.
-- let noNoisy := args.contains "--no-noisy"
Expand Down

0 comments on commit 28f17e0

Please sign in to comment.