GitLab CI: fix building oldstable amd64 on non-amd64 builders

This commit is contained in:
Alam Ed Arias 2025-03-04 20:55:39 -05:00
parent d47c59a342
commit 7b010557ab

View file

@ -20,7 +20,7 @@ Debian oldstable:amd64:
- - |
# apt_toolchain
echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
- apt-get install ++-x86-64-linux-gnu || apt-get install g++
- apt-get install g++-x86-64-linux-gnu || apt-get install g++
- |
# apt_toolchain
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"