Skip to content

Commit

Permalink
travis: Temporarily remove openSUSE Tumbleweed
Browse files Browse the repository at this point in the history
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] seccomp/libseccomp#314

Signed-off-by: Petr Vorel <pvorel@suse.cz>
  • Loading branch information
pevik committed Feb 17, 2021
1 parent b1f6e92 commit fbd4673
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbd4673

Please sign in to comment.