[sledge] Build: Require dune >= 2.7

Summary:
The dune build info embedded into executables is broken with dune <
2.7 and an flambda compiler.

Reviewed By: ngorogiannis

Differential Revision: D23459510

fbshipit-source-id: 18b3e3e15
master
Josh Berdine 4 years ago committed by Facebook GitHub Bot
parent 9681317f57
commit 85b135dcbb

@ -16,7 +16,7 @@ depends: [
"crunch" {build}
"ctypes"
"ctypes-foreign"
"dune" {build & >= "2.5"}
"dune" {build & >= "2.7"}
"dune-build-info" {build}
"llvm" {= "8.0.0"}
"ppx_compare"

Loading…
Cancel
Save