File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- dist : trusty
1+ dist : xenial
22sudo : required
33language : go
44go :
5- - 1.10.x
6- - 1.11.x
5+ - " 1.12.x"
76
87go_import_path : github.com/containerd/zfs
98
109install :
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.
1312 - 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
1515 - cd $GOPATH/src/github.com/containerd/zfs
1616 - go get -t ./...
1717 - go get -u github.com/vbatts/git-validation
You can’t perform that action at this time.
0 commit comments