diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-02-11 18:07:19 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-02-11 18:07:19 +0100 |
commit | 4254c5424b781ade2fc8051884fd2686e082322d (patch) | |
tree | 2d09229d51d5df84c193c29c27b0f015e1f7b8a7 | |
parent | 2a3066f05ba6d01aeccfa4d7003a2d149a4e6e47 (diff) | |
download | tmwa-4254c5424b781ade2fc8051884fd2686e082322d.tar.gz tmwa-4254c5424b781ade2fc8051884fd2686e082322d.tar.bz2 tmwa-4254c5424b781ade2fc8051884fd2686e082322d.tar.xz tmwa-4254c5424b781ade2fc8051884fd2686e082322d.zip |
What gdb versions exist out there?
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 599fe6e..1c9d25d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,8 @@ variables: &base_vars - uname -a - apt-get update - apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES + - apt-cache search gdb + - exit 1 - locale # Ubuntu 18.04 has busted locales. LANG and all LC_* are empty. - cat /etc/default/locale |