[lxc-devel] [lxcfs/master] travis: test with fuse3

brauner on Github lxc-bot at linuxcontainers.org
Mon Sep 7 07:46:10 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 493 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200907/e9c20ca3/attachment.bin>
-------------- next part --------------
From 52ac591e2cb6d889d783f9a2ce28da9b87f4bd15 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at 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.brauner at 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


More information about the lxc-devel mailing list