mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
disables docker upgrade, need more investigation
- disables buildkit
This commit is contained in:
parent
506e29e6a8
commit
22b354b598
19
.travis.yml
19
.travis.yml
@ -1,24 +1,19 @@
|
||||
language: minimal
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
before_install:
|
||||
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
- sudo apt-get -q update
|
||||
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
|
||||
- docker
|
||||
addons:
|
||||
apt:
|
||||
update: true
|
||||
packages:
|
||||
- curl
|
||||
- openssl
|
||||
- ca-certificates
|
||||
- make
|
||||
- qemu-user-static
|
||||
- curl
|
||||
- openssl
|
||||
- ca-certificates
|
||||
- make
|
||||
- qemu-user-static
|
||||
env:
|
||||
global:
|
||||
- PARALLELMFLAGS="-j4"
|
||||
- DOCKER_BUILDKIT=0
|
||||
matrix:
|
||||
- DISTRIB_ID=ubuntu VARIANT=debug MARCH=x86_64 CHECK_TARGET=memcheck
|
||||
- DISTRIB_ID=ubuntu VARIANT=coverage MARCH=x86_64 CHECK_TARGET=check
|
||||
|
Loading…
Reference in New Issue
Block a user