File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- dist : trusty
1
+ dist : xenial
2
2
sudo : required
3
3
language : go
4
4
go :
5
- - 1.10.x
6
- - 1.11.x
5
+ - " 1.12.x"
7
6
8
7
go_import_path : github.com/containerd/zfs
9
8
10
9
install :
11
- - sudo apt-add-repository -y ppa:zfs-native/stable && sudo apt- get update && sudo apt-get -y install linux-headers-$(uname -r) && sudo apt-get -y install ubuntu-zfs && sudo modprobe zfs
12
- # until containerd v1.0.0 GA, we don't pin containerd version.
10
+ - sudo apt-get install -y zfsutils-linux && sudo modprobe zfs
11
+ # currently we don't pin containerd version.
13
12
- mkdir -p $GOPATH/src/github.com/containerd && cd $GOPATH/src/github.com/containerd && git clone https://github.com/containerd/containerd.git
14
- - mkdir -p $GOPATH/src/github.com/mistifyio && cd $GOPATH/src/github.com/mistifyio && git clone https://github.com/mistifyio/go-zfs.git && cd go-zfs && git checkout 386bffe89f421c8509066037225e1c0fda6b4933
13
+ # mistifyio/go-zfs (Apr 14, 2019)
14
+ - mkdir -p $GOPATH/src/github.com/mistifyio && cd $GOPATH/src/github.com/mistifyio && git clone https://github.com/mistifyio/go-zfs.git && cd go-zfs && git checkout f784269be439d704d3dfa1906f45dd848fed2beb
15
15
- cd $GOPATH/src/github.com/containerd/zfs
16
16
- go get -t ./...
17
17
- go get -u github.com/vbatts/git-validation
You can’t perform that action at this time.
0 commit comments