Skip to content

Commit

Permalink
[dune] upgrade to 1.1.1
Browse files Browse the repository at this point in the history
Summary:
This seems to fix intermittent "Corrupted compilation unit description" failures in the build: ocaml/dune#1157

It also fixes build warnings 58: ocaml/dune#1107

Reviewed By: mbouaziz

Differential Revision: D9420579

fbshipit-source-id: d63adee67
  • Loading branch information
jvillard authored and facebook-github-bot committed Aug 21, 2018
1 parent 1a75fa9 commit 3f4cb5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,10 @@ opam.lock: opam
echo "ERROR: This is because opam.lock is generated from the HEAD commit." 1>&2; \
exit 1; \
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)
endif
$(QUIET)$(call silent_on_success,installing dependencies $(INFER_PKG_OPAMLOCK) opam package,\
OPAMSWITCH=$(OPAMSWITCH); \
$(OPAM) pin add --yes --no-action -k git $(INFER_PKG_OPAMLOCK) .#HEAD; \
Expand Down
2 changes: 1 addition & 1 deletion opam.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ core_kernel = v0.11.1
cppo = 1.6.4
cppo_ocamlbuild = 1.6.0
ctypes = 0.14.0
dune = 1.1.0
dune = 1.1.1
easy-format = 1.3.1
elina = 1.1
extlib = 1.7.5
Expand Down

0 comments on commit 3f4cb5c

Please sign in to comment.