[dune] upgrade to 1.1.1

Summary:
This seems to fix intermittent "Corrupted compilation unit description" failures in the build: https://github.com/ocaml/dune/issues/1157

It also fixes build warnings 58: https://github.com/ocaml/dune/issues/1107

Reviewed By: mbouaziz

Differential Revision: D9420579

fbshipit-source-id: d63adee67
master
Jules Villard 6 years ago committed by Facebook Github Bot
parent 1a75fa9ebd
commit 3f4cb5cae9

@ -624,7 +624,10 @@ opam.lock: opam
echo "ERROR: This is because opam.lock is generated from the HEAD commit." 1>&2; \ echo "ERROR: This is because opam.lock is generated from the HEAD commit." 1>&2; \
exit 1; \ exit 1; \
fi fi
# allow users to not force a run of opam update since it's very slow
ifeq ($(NO_OPAM_UPDATE),)
$(QUIET)$(call silent_on_success,opam update,$(OPAM) update) $(QUIET)$(call silent_on_success,opam update,$(OPAM) update)
endif
$(QUIET)$(call silent_on_success,installing dependencies $(INFER_PKG_OPAMLOCK) opam package,\ $(QUIET)$(call silent_on_success,installing dependencies $(INFER_PKG_OPAMLOCK) opam package,\
OPAMSWITCH=$(OPAMSWITCH); \ OPAMSWITCH=$(OPAMSWITCH); \
$(OPAM) pin add --yes --no-action -k git $(INFER_PKG_OPAMLOCK) .#HEAD; \ $(OPAM) pin add --yes --no-action -k git $(INFER_PKG_OPAMLOCK) .#HEAD; \

@ -27,7 +27,7 @@ core_kernel = v0.11.1
cppo = 1.6.4 cppo = 1.6.4
cppo_ocamlbuild = 1.6.0 cppo_ocamlbuild = 1.6.0
ctypes = 0.14.0 ctypes = 0.14.0
dune = 1.1.0 dune = 1.1.1
easy-format = 1.3.1 easy-format = 1.3.1
elina = 1.1 elina = 1.1
extlib = 1.7.5 extlib = 1.7.5

Loading…
Cancel
Save