From 6e30b5f74efc27e2fab1dbc17f84836aaa4079f1 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Wed, 6 Mar 2024 22:30:45 +0100 Subject: search for googletest & binutils --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 330bd47..6ecdbbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,14 @@ variables: &base_vars - uname -a - apt-get update - apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES + - apt-cache search googletest + - apt-cache search gtest + - apt-cache search binutils + - apt-cache policy binutils + - exit 1 - apt-cache search gdb # https://askubuntu.com/questions/340530/how-can-i-check-the-available-version-of-a-package-in-the-repositories - apt-cache policy gdb - - exit 1 - locale # Ubuntu 18.04 has busted locales. LANG and all LC_* are empty. - cat /etc/default/locale -- cgit v1.2.3-70-g09d2