Codebase list iputils / f0c64bb
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 <pvorel@suse.cz> Petr Vorel 3 years ago
1 changed file(s) with 0 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
2929 compiler: gcc
3030
3131 # glibc (gcc/clang)
32 - os: linux
33 env: DISTRO=opensuse/tumbleweed
34 compiler: gcc
35
3632 - os: linux
3733 env: DISTRO=opensuse/leap
3834 compiler: clang