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
|
||||
language: c
|
||||
sudo: required
|
||||
dist: xenial
|
||||
dist: focal
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -17,11 +17,12 @@ addons:
|
||||
- pkg-config
|
||||
- wget
|
||||
- xz-utils
|
||||
- python3.5
|
||||
- python3.8
|
||||
- g++
|
||||
- python3-setuptools
|
||||
- libdevmapper-dev
|
||||
- btrfs-tools
|
||||
- btrfs-progs
|
||||
- libbtrfs-dev
|
||||
- go-md2man
|
||||
- parallel
|
||||
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)
|
||||
- sudo mkdir -p /lower /upper /mnt
|
||||
- (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 -b 0.51.1 https://github.com/mesonbuild/meson.git; cd meson; sudo python3.5 ./setup.py install)
|
||||
- (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.8 ./setup.py install)
|
||||
- (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)
|
||||
- (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