mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Add i386 version of debian-minimal for 32-bit Gitlab CI builds.
See: tpo/core/tor#40505
This commit is contained in:
parent
5c8deef9b6
commit
d83c6bf80f
1 changed files with 8 additions and 0 deletions
|
@ -111,6 +111,14 @@ debian-minimal:
|
||||||
script:
|
script:
|
||||||
- ./scripts/ci/ci-driver.sh
|
- ./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
|
# Run "make check" with a hardened clang on debian stable. This takes
|
||||||
# care of a hardening check, and a compile-with-clang check.
|
# care of a hardening check, and a compile-with-clang check.
|
||||||
|
|
Loading…
Add table
Reference in a new issue