Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 544e11f

Browse files
authored
Merge pull request #249 from bergwolf/vsock-rebased
Vsock support
2 parents 2155185 + 0dbe3f7 commit 544e11f

File tree

14 files changed

+578
-102
lines changed

14 files changed

+578
-102
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ matrix:
99

1010
before_install:
1111
- sudo apt-get update -qq
12-
- sudo apt-get install -y autoconf automake pkg-config libdevmapper-dev libsqlite3-dev libvirt-dev qemu libvirt-bin -qq
12+
- sudo apt-get install -y -qq autoconf automake pkg-config libdevmapper-dev libsqlite3-dev libvirt-dev qemu libvirt-bin linux-headers-$(uname -r)
13+
- sudo mkdir -p /usr/include/linux
14+
- sudo cp /usr/src/linux-headers-$(uname -r)/include/uapi/linux/vm_sockets.h /usr/include/linux
1315
- cd `mktemp -d`
1416
- wget https://git.fedorahosted.org/cgit/lvm2.git/snapshot/lvm2-2_02_131.tar.xz
1517
- tar xf lvm2-2_02_131.tar.xz

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAINTAINER Hyper Developers <dev@hyper.sh>
33

44
RUN yum install -y patch gcc ncurses-devel make openssl-devel bc perl
55

6-
ENV KERNEL_VERSION 4.4.28
6+
ENV KERNEL_VERSION 4.9.11
77
ENV LOCALVERSION -hyper
88
ENV KERNEL_RELEASE ${KERNEL_VERSION}${LOCALVERSION}
99

build/kernel

174 KB
Binary file not shown.

0 commit comments

Comments
 (0)