From: Michael Albinus Date: Sun, 26 Sep 2021 13:28:17 +0000 (+0200) Subject: * test/infra/gitlab-ci.yml (variables): Set DOCKER_BUILDKIT. X-Git-Tag: emacs-28.0.90~599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94af99b298381d7d8e08b6d76de00906c74d9421;p=emacs.git * test/infra/gitlab-ci.yml (variables): Set DOCKER_BUILDKIT. --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 0b12f96f4c7..898fb341b20 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -50,6 +50,7 @@ variables: # DOCKER_TLS_CERTDIR: "/certs" # Put the configuration for each run in a separate directory to avoid conflicts DOCKER_CONFIG: "/.docker-config-${CI_COMMIT_SHA}" + DOCKER_BUILDKIT: 1 # We don't use ${CI_COMMIT_SHA} to be able to do one bootstrap across multiple builds BUILD_TAG: ${CI_COMMIT_REF_SLUG}