Skip to content

Commit

Permalink
TMP: add pins to make the CI happy
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
  • Loading branch information
samoht committed Apr 24, 2017
1 parent f99fcdb commit 8182f92
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM ocaml/opam-dev@sha256:573b5d71e94104590a8282a9ae67b63a6144b15bafdacb9980391
ENV OPAMERRLOGLEN=0 OPAMYES=1
RUN sudo apk add tzdata aspcud gmp-dev perl

RUN opam pin add hvsock --dev -n
RUN opam pin add irmin.1.1.0 --dev -n
RUN opam pin add irmin-unix.1.1.0 --dev -n
RUN opam pin add -yn protocol-9p.0.8.0 'https://github.com/talex5/ocaml-9p.git#ping'
RUN opam depext -ui lwt inotify alcotest conf-libev lambda-term asl win-eventlog camlzip irmin-watcher mtime mirage-flow conduit hvsock cohttp prometheus-app git.1.9.3 mirage-tc irmin.0.12.0 cmdliner.0.9.8 protocol-9p channel rresult win-error named-pipe

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
FORK_BRANCH: master
CYG_ROOT: C:\cygwin64
PACKAGE: datakit
PINS: "hvsock,irmin.1.1.0:--dev"

install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/$env:FORK_USER/ocaml-ci-scripts/$env:FORK_BRANCH/appveyor-install.ps1"))
Expand Down
5 changes: 4 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ dependencies:
- brew install wget ocaml opam dylibbundler
- opam init --comp system -n https://github.com/ocaml/opam-repository.git
- opam switch system
- opam update && opam upgrade
- opam pin add hvsock --dev -n
- opam pin add irmin.1.1.0 --dev -n
- opam pin add irmin-git.1.1.0 --dev -n
- opam pin add datakit-server.dev . -n
- opam pin add datakit.dev . -n
- opam update && upgrade
- opam install depext && opam depext osx-fsevents datakit
- opam list
- opam reinstall datakit-server datakit -v
Expand Down
2 changes: 1 addition & 1 deletion datakit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"rresult" "astring" "fmt" "asetmap"
"git" {>= "1.9.3"}
"uri"
"irmin" {>= "1.0.0"}
"irmin" {>= "1.1.0"}
"irmin-git" {>= "1.0.0"}
"camlzip" {>= "1.06"}
"cstruct" {>= "2.2"}
Expand Down

0 comments on commit 8182f92

Please sign in to comment.