Archlinux is a rolling distro. As a consequence, rebuilding the container
periodically changes the toolchain, and this affects all stable branches in
one go.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>
Release-Acked-By: Oleksii Kurochko <oleksii.kurochko@gmail.com>
(cherry picked from commit
5e1773dc863d6e1fb4c1398e380bdfc754342f7b)
extends: .gcc-x86-64-build
variables:
CONTAINER: archlinux:current
+ allow_failure: true
archlinux-gcc-debug:
extends: .gcc-x86-64-build-debug
variables:
CONTAINER: archlinux:current
+ allow_failure: true
centos-7-gcc:
extends: .gcc-x86-64-build