add gtest from arch repos so it doesn't have to download it (#4378)

This commit is contained in:
ebbit1q 2021-07-27 16:42:28 +02:00 committed by GitHub
parent bbe43d4246
commit 00add2a527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ RUN pacman --sync --refresh --sysupgrade --needed --noconfirm \
ccache \ ccache \
cmake \ cmake \
git \ git \
gtest \
mariadb-libs \ mariadb-libs \
protobuf \ protobuf \
qt5-base \ qt5-base \