From 08cfd80a6a6cd8d7140a67c73f92f8fecbd42221 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 16 May 2026 18:22:44 +0200 Subject: [PATCH] remove gtest for arch --- .ci/Arch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Arch/Dockerfile b/.ci/Arch/Dockerfile index 28213e7ab..3f2a5425d 100644 --- a/.ci/Arch/Dockerfile +++ b/.ci/Arch/Dockerfile @@ -4,7 +4,7 @@ RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \ ccache \ cmake \ gcc \ - gtest \ + # gtest Exclude gtest to confirm fallback of downloading source from google repo keeps working ninja \ protobuf \ qt6-imageformats \