disables docker upgrade, need more investigation

- disables buildkit
pull/2/head
nosamad 4 years ago
parent 506e29e6a8
commit 22b354b598

@ -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…
Cancel
Save