Commit d83c6bf8 authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy 💬
Browse files

Add i386 version of debian-minimal for 32-bit Gitlab CI builds.

See: #40505
parent 5c8deef9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -111,6 +111,14 @@ debian-minimal:
  script:
    - ./scripts/ci/ci-driver.sh

# Minmal check on debian/i386: just make, make check.
#
debian-i386-minimal:
  image: i386/debian:buster
  <<: *debian-template
  script:
    - ./scripts/ci/ci-driver.sh

#####
# Run "make check" with a hardened clang on debian stable.  This takes
# care of a hardening check, and a compile-with-clang check.