This repository was archived by the owner on Feb 8, 2021. It is now read-only.
Commit ea8275b
committed
fix travis
Now we need linux-headers to build as vsock requires
<linux/vm_sockets.h>. But ubuntu saves it to
/usr/src/linux-headers-$(uname -r)/include/uapi
in its linux-headers package. Need to move it to /usr/include/linux
manually because one cannot include the uapi directory directly.
Signed-off-by: Peng Tao <bergwolf@gmail.com>1 parent 991e960 commit ea8275b
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments