From 3c3d749aa7d88ce3916c2ccf9aeb6036b7f526a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 25 Feb 2021 21:27:26 +0100 Subject: [PATCH] ci: use archlinux:base-20210214.0.15477 as base for building This gives us an arch base from before the glibc version that enforces a newer glibc package that has a hard dependency on a newer linux kernel. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89e1e3b..10bbb71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ cache: .build: stage: build - image: archlinux:latest + image: archlinux:base-20210214.0.15477 variables: PACMAN_CACHE: $CI_PROJECT_DIR/_pacman_cache artifacts: -- 2.30.2