summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2020-08-05 11:48:50 +0200
committerPetr Vorel <pvorel@suse.cz>2020-08-05 12:06:47 +0200
commitaee49ee627662252a204ee1a4cbd6436012be182 (patch)
treef6d42470e2a2912f4450975884114aeae280254e
parent5393c052ac7493a25f0de28cd86c0b320836ae07 (diff)
downloadiputils-aee49ee627662252a204ee1a4cbd6436012be182.tar.gz
travis: Temporarily use Debian unstable for aarch64
to fix Travis before release. Debian testing has package dependency problems: The following packages have unmet dependencies: libc6:arm64 : Depends: libgcc-s1:arm64 but it is not installable E: Unable to correct problems, you have held broken packages. Debian stable cannot be used because 0.49.2 fails to cross compile: Cross C compiler: aarch64-linux-gnu-gcc (gcc 8.3.0) Traceback (most recent call last): File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 112, in run return options.run_func(options) ... File "/usr/lib/python3/dist-packages/mesonbuild/environment.py", line 971, in detect_static_linker linker = self.cross_info.config['binaries']['ar'] KeyError: 'ar' (Debian testing uses 0.54.3, unstable: 0.55) 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 88830d0..4e71fdf 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:testing VARIANT=cross-compile.aarch64
+ env: DISTRO=debian:unstable VARIANT=cross-compile.aarch64
compiler: gcc
- os: linux