Skip to content
Snippets Groups Projects
Commit 7b010557 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

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

parent d47c59a3
No related merge requests found
...@@ -20,7 +20,7 @@ Debian oldstable:amd64: ...@@ -20,7 +20,7 @@ Debian oldstable:amd64:
- - | - - |
# apt_toolchain # apt_toolchain
echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages" 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 # apt_toolchain
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K" echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment