ADT generator: Stop promoting the generated file, because it breaks the build on the CI (why?)

This commit is contained in:
Suzanne Dupéron 2020-03-05 02:00:55 +01:00
parent ab8274eae2
commit be38b5269c

View File

@ -2,7 +2,7 @@
(target generated_fold.ml)
(deps generator.raku)
(action (with-stdout-to generated_fold.ml (run perl6 ./generator.raku amodule.ml)))
(mode (promote (until-clean)))
; (mode (promote (until-clean)))
)
; (library
; (name adt_generator)