# This test is marked allow-fail because Debian development breaks
# things on a regular basis.
+# Specifically, it can be impossible (or at least very inconvenient)
+# to make code that works both before and after some dependency crate
+# version transition.
+# If multiple such transitions are occurring at once, both unstable
+# and testing might be broken, halfway through our response.
test-debian-trixie:
stage: test
image: "debian:trixie-slim"
- dpkg-buildpackage -uc -b
# This test is marked allow-fail because Debian development breaks
-# things on a regular basis.
+# things on a regular basis. See also, above.
test-debian-unstable:
stage: test
image: "debian:unstable-slim"