summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2020-06-01 08:47:00 +0200
committerPetr Vorel <pvorel@suse.cz>2020-06-01 08:55:45 +0200
commit4bf9a5cb34dae1a2b86241b44d3be2d342825842 (patch)
tree1d60a7e910c0dd722d47e6960f4ee96a90b532ea
parent60c28a5865b7dcc41946bff7e8ed173bf712c0d1 (diff)
downloadiputils-4bf9a5cb34dae1a2b86241b44d3be2d342825842.tar.gz
travis: Use Debian testing instead of unstable
aarch64 builds are failing due package problems on Debian: The following packages have unmet dependencies: libidn2-0:arm64 : Depends: libunistring2:arm64 (>= 0.9.7) but it is not going to be installed E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. Although these problems will be probably fixed soon, Debian testing is more stable and still new enough. Signed-off-by: Petr Vorel <pvorel@suse.cz>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4e71fdf..88830d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ matrix:
# cross compilation
# NOTE: cannot set cross compiler as compiler variable (meson tests also native build)
- os: linux
- env: DISTRO=debian:unstable VARIANT=cross-compile.aarch64
+ env: DISTRO=debian:testing VARIANT=cross-compile.aarch64
compiler: gcc
- os: linux