From 00add2a5274fb9c3f708d7bf0d1ac29c186146ad Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Tue, 27 Jul 2021 16:42:28 +0200 Subject: [PATCH] add gtest from arch repos so it doesn't have to download it (#4378) --- .ci/ArchLinux/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/ArchLinux/Dockerfile b/.ci/ArchLinux/Dockerfile index 308854eb..86fc1404 100644 --- a/.ci/ArchLinux/Dockerfile +++ b/.ci/ArchLinux/Dockerfile @@ -5,6 +5,7 @@ RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \ ccache \ cmake \ git \ + gtest \ mariadb-libs \ protobuf \ qt5-base \