The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxcfs/pull/430
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === We've recently enabled LXCFS to work with fuse3. Switch our test builds to it. Link: https://github.com/lxc/lxcfs/pull/426 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From 52ac591e2cb6d889d783f9a2ce28da9b87f4bd15 Mon Sep 17 00:00:00 2001 From: Christian Brauner <christian.brau...@ubuntu.com> Date: Mon, 7 Sep 2020 09:45:06 +0200 Subject: [PATCH] travis: test with fuse3 We've recently enabled LXCFS to work with fuse3. Switch our test builds to it. Link: https://github.com/lxc/lxcfs/pull/426 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 234edb2..53c72c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ env: before_install: - sudo apt-get update -qq - - sudo apt-get -y install -qq automake coreutils libfuse-dev libtool uuid-runtime + - sudo apt-get -y install -qq automake coreutils libfuse3-dev libtool uuid-runtime script: - ./bootstrap.sh
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel