[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/release-0.4.5] Add i386 version of debian-minimal for 32-bit Gitlab CI builds.
commit d83c6bf80fd633ed7cf9b77ea564c4fffbb96387
Author: Alexander Færøy <ahf@xxxxxxxxxxxxxx>
Date: Wed Nov 3 12:36:30 2021 +0000
Add i386 version of debian-minimal for 32-bit Gitlab CI builds.
See: tpo/core/tor#40505
---
.gitlab-ci.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b83079aa4a..28cf3aa7bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits