Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Commit 0a56d5d

Browse files
committed
Bumb nsenter
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
1 parent a7b0d6d commit 0a56d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/ubuntu-compile-nsenter.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ set -e
1818
sudo apt-get update
1919
sudo apt-get install libncurses5-dev libslang2-dev gettext zlib1g-dev libselinux1-dev debhelper lsb-release pkg-config po-debconf autoconf automake autopoint libtool
2020
mkdir .tmp || true
21-
wget https://www.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-2.24.1.tar.gz -qO - | tar -xz -C .tmp/
22-
cd .tmp/util-linux-2.24.1 && ./autogen.sh && ./configure && make nsenter
21+
wget https://www.kernel.org/pub/linux/utils/util-linux/v2.30/util-linux-2.30.2.tar.gz -qO - | tar -xz -C .tmp/
22+
cd .tmp/util-linux-2.30.2 && ./autogen.sh && ./configure && make nsenter
2323

0 commit comments

Comments
 (0)