From fbd46736d60244d2e6b4f0a57792c2705f96e7e2 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Wed, 17 Feb 2021 18:35:23 +0100 Subject: [PATCH] travis: Temporarily remove openSUSE Tumbleweed Tumbleweed uses glibc 2.33, which introduced incompatibility (uses faccessat2) [1], which requires libseccomp v2.5.0. The newest Ubuntu in Travis (actually any Ubuntu) has 2.4.3, thus temporarily remove openSUSE Tumbleweed. [1] https://github.com/seccomp/libseccomp/issues/314 Signed-off-by: Petr Vorel --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 245b790def2..8791e843a5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,10 +55,6 @@ matrix: env: DISTRO=debian:oldstable compiler: clang - - os: linux - env: DISTRO=opensuse/tumbleweed - compiler: gcc - - os: linux env: DISTRO=opensuse/leap compiler: gcc