summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-11-29 18:22:35 +0100
committerBenjamin Berg <bberg@redhat.com>2019-11-30 09:37:20 +0100
commitf44ed699fc0b08eea204bcabb7df73a0bc1686eb (patch)
tree681f69e17fd0a09c3835a1935cf29369fafb120f /.gitlab-ci.yml
parent5b1fb8709d637dbe1de0c2311ae8755d8624a98c (diff)
downloadgnome-settings-daemon-f44ed699fc0b08eea204bcabb7df73a0bc1686eb.tar.gz
ci: Disable TLS to allow building with new docker
The images have not been updated for a while due to a docker TLS issue. Disabling it fixes this, see https://about.gitlab.com/blog/2019/07/31/docker-in-docker-with-docker-19-dot-03/
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5af3a712..01781df6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -220,6 +220,8 @@ msan:
fedora.dev:
<<: *create_docker_image
variables:
+ # https://about.gitlab.com/blog/2019/07/31/docker-in-docker-with-docker-19-dot-03/
+ DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay
DOCKERFILE: "build-aux/ci/Dockerfile.fedora.rawhide"
NAME: "fedora.dev"
@@ -227,6 +229,8 @@ fedora.dev:
fedora.aarch64:
<<: *create_docker_image
variables:
+ # https://about.gitlab.com/blog/2019/07/31/docker-in-docker-with-docker-19-dot-03/
+ DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay
DOCKERFILE: "build-aux/ci/Dockerfile.arm64v8.fedora.rawhide"
NAME: "fedora.aarch64"
@@ -235,6 +239,8 @@ fedora.aarch64:
fedora.ppc64le:
<<: *create_docker_image
variables:
+ # https://about.gitlab.com/blog/2019/07/31/docker-in-docker-with-docker-19-dot-03/
+ DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay
DOCKERFILE: "build-aux/ci/Dockerfile.ppc64le.fedora.rawhide"
NAME: "fedora.ppc64le"