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 language: minimal
sudo: required
services: services:
- docker - 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
addons: addons:
apt: apt:
update: true update: true
packages: packages:
- curl - curl
- openssl - openssl
- ca-certificates - ca-certificates
- make - make
- qemu-user-static - qemu-user-static
env: env:
global: global:
- PARALLELMFLAGS="-j4" - PARALLELMFLAGS="-j4"
- DOCKER_BUILDKIT=0
matrix: matrix:
- DISTRIB_ID=ubuntu VARIANT=debug MARCH=x86_64 CHECK_TARGET=memcheck - DISTRIB_ID=ubuntu VARIANT=debug MARCH=x86_64 CHECK_TARGET=memcheck
- DISTRIB_ID=ubuntu VARIANT=coverage MARCH=x86_64 CHECK_TARGET=check - DISTRIB_ID=ubuntu VARIANT=coverage MARCH=x86_64 CHECK_TARGET=check

Loading…
Cancel
Save