Skip to content

Commit

Permalink
fix: use correct promotion mode (#154)
Browse files Browse the repository at this point in the history
`(promote (until-clean))` is ignored when `--ignore-promoted-rules` is
passed in later versions of dune.

See
ocaml/dune#4401
ocaml/dune#5956

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Aug 26, 2023
1 parent a1362bd commit bb42541
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/syntax/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

(rule
(targets unicode.ml)
(mode
(promote (until-clean)))
(mode promote)
(deps
(:gen ../generator/gen_unicode.exe)
(glob_files ../generator/data/*.txt))
Expand Down

0 comments on commit bb42541

Please sign in to comment.