mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-03 18:05:58 -04:00
Merge pull request #231 from giuseppe/update-travis
travis: update to focal
This commit is contained in:
commit
2608feec4f
11
.travis.yml
11
.travis.yml
@ -4,7 +4,7 @@ env:
|
|||||||
- GOPATH=$HOME/go GOROOT=/usr/local/go GO=/usr/local/go/bin/go PATH=/usr/local/go/bin:$PATH
|
- GOPATH=$HOME/go GOROOT=/usr/local/go GO=/usr/local/go/bin/go PATH=/usr/local/go/bin:$PATH
|
||||||
language: c
|
language: c
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: xenial
|
dist: focal
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@ -17,11 +17,12 @@ addons:
|
|||||||
- pkg-config
|
- pkg-config
|
||||||
- wget
|
- wget
|
||||||
- xz-utils
|
- xz-utils
|
||||||
- python3.5
|
- python3.8
|
||||||
- g++
|
- g++
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- libdevmapper-dev
|
- libdevmapper-dev
|
||||||
- btrfs-tools
|
- btrfs-progs
|
||||||
|
- libbtrfs-dev
|
||||||
- go-md2man
|
- go-md2man
|
||||||
- parallel
|
- parallel
|
||||||
before_install:
|
before_install:
|
||||||
@ -30,8 +31,8 @@ before_install:
|
|||||||
- (wget https://dl.google.com/go/go1.13.7.linux-amd64.tar.gz && tar xf go1.13.7.linux-amd64.tar.gz && sudo mv go /usr/local)
|
- (wget https://dl.google.com/go/go1.13.7.linux-amd64.tar.gz && tar xf go1.13.7.linux-amd64.tar.gz && sudo mv go /usr/local)
|
||||||
- sudo mkdir -p /lower /upper /mnt
|
- sudo mkdir -p /lower /upper /mnt
|
||||||
- (cd /; sudo git clone https://github.com/amir73il/unionmount-testsuite.git)
|
- (cd /; sudo git clone https://github.com/amir73il/unionmount-testsuite.git)
|
||||||
- (git clone --depth 1 git://github.com/ninja-build/ninja.git && cd ninja && python3.5 configure.py --bootstrap && sudo cp ninja /usr/bin)
|
- (git clone --depth 1 git://github.com/ninja-build/ninja.git && cd ninja && python3.8 configure.py --bootstrap && sudo cp ninja /usr/bin)
|
||||||
- (git clone --depth 1 -b 0.51.1 https://github.com/mesonbuild/meson.git; cd meson; sudo python3.5 ./setup.py install)
|
- (git clone --depth 1 -b 0.51.1 https://github.com/mesonbuild/meson.git; cd meson; sudo python3.8 ./setup.py install)
|
||||||
- (git clone --depth 1 https://github.com/bats-core/bats-core; cd bats-core; sudo ./install.sh /usr/local)
|
- (git clone --depth 1 https://github.com/bats-core/bats-core; cd bats-core; sudo ./install.sh /usr/local)
|
||||||
- ($GO get github.com/containers/storage; cd $GOPATH/src/github.com/containers/storage; sed -i -e 's|^AUTOTAGS.*$|AUTOTAGS := exclude_graphdriver_devicemapper exclude_graphdriver_btrfs|' Makefile; make GO=$GO GO111MODULE=on containers-storage)
|
- ($GO get github.com/containers/storage; cd $GOPATH/src/github.com/containers/storage; sed -i -e 's|^AUTOTAGS.*$|AUTOTAGS := exclude_graphdriver_devicemapper exclude_graphdriver_btrfs|' Makefile; make GO=$GO GO111MODULE=on containers-storage)
|
||||||
- (wget https://github.com/libfuse/libfuse/releases/download/fuse-3.9.1/fuse-3.9.1.tar.xz; tar xf fuse-3.9.1.tar.xz; cd fuse-3.9.1; mkdir build; cd build; meson .. --prefix /usr && ninja && sudo ninja install)
|
- (wget https://github.com/libfuse/libfuse/releases/download/fuse-3.9.1/fuse-3.9.1.tar.xz; tar xf fuse-3.9.1.tar.xz; cd fuse-3.9.1; mkdir build; cd build; meson .. --prefix /usr && ninja && sudo ninja install)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user