Skip to content

Commit

Permalink
lwt.opam: depend on dune-configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Sep 26, 2019
1 parent e399974 commit a9f92f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dev-repo: "git+https://github.com/ocsigen/lwt.git"
depends: [
"cppo" {build & >= "1.1.0"}
"dune" {>= "1.7.0"}
"dune-configurator"
"mmap" {>= "1.1.0"} # mmap is needed as long as Lwt supports OCaml < 4.06.0.
"ocaml" {>= "4.02.0"}
"ocplib-endian"
Expand Down
6 changes: 3 additions & 3 deletions src/util/appveyor-install.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set -e
set -x

if [ "$APPVEYOR_SCHEDULED_BUILD" == True ]
then
# if [ "$APPVEYOR_SCHEDULED_BUILD" == True ]
# then
rm -rf ~/.opam
rm -rf ./_cache
fi
# fi

date

Expand Down

0 comments on commit a9f92f2

Please sign in to comment.