mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
upgrade docker and reenable buildkit
This commit is contained in:
parent
3c7eb8b111
commit
5727ad7415
@ -1,6 +1,11 @@
|
||||
language: minimal
|
||||
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 update
|
||||
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
|
||||
addons:
|
||||
apt:
|
||||
update: true
|
||||
@ -13,7 +18,6 @@ addons:
|
||||
env:
|
||||
global:
|
||||
- PARALLELMFLAGS="-j2"
|
||||
- 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