Skip to content

Commit

Permalink
Merge pull request #68 from djs55/remove-xen-iopage
Browse files Browse the repository at this point in the history
xen: blkfront needs io-page-xen
  • Loading branch information
djs55 authored Jun 16, 2017
2 parents ee6bbfc + 08e4cf6 commit cb32563
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
script: bash -ex ./.travis-docker.sh
env:
global:
- PACKAGE="mirage-block-xen"
- PINS="mirage-xen"
- PACKAGE="mirage-block-xen"
matrix:
- OCAML_VERSION=4.04
- OCAML_VERSION=4.03
- DISTRO="ubuntu-16.04" OCAML_VERSION="4.03.0"
- DISTRO="alpine-3.5" OCAML_VERSION="4.04.0"
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.5.3 (2016-06-16):
* Add missing dependency on io-page-xen

## 1.5.2 (2017-06-11):

* Add missing dependency on xenstore.client
Expand Down
2 changes: 1 addition & 1 deletion lib/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
((name mirage_block_xen_front)
(public_name mirage-block-xen.front)
(modules (Blkfront Block))
(libraries (logs stringext lwt cstruct cstruct.ppx mirage-block-lwt io-page shared-memory-ring shared-memory-ring-lwt mirage-block-xen xen-evtchn xen-gnt mirage-xen))
(libraries (logs stringext lwt cstruct cstruct.ppx mirage-block-lwt io-page io-page-xen shared-memory-ring shared-memory-ring-lwt mirage-block-xen xen-evtchn xen-gnt mirage-xen))
(wrapped false)
))

Expand Down
2 changes: 1 addition & 1 deletion mirage-block-xen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ depends: [
"shared-memory-ring-lwt"
"mirage-block-lwt" {>= "1.0.0"}
"ipaddr"
"io-page" {>= "1.4.0"}
"io-page-xen" {>= "2.0.0"}
"mirage-xen" {>= "1.0.1" }
"rresult"
]
Expand Down

0 comments on commit cb32563

Please sign in to comment.