From 3e8a6ac347ea93f3e4281f3aad5f82f8fe4640c0 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 24 Mar 2020 14:28:11 -0700 Subject: [PATCH] devops: update docs regarding bubblewrap on linux --- browser_patches/buildbots/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser_patches/buildbots/README.md b/browser_patches/buildbots/README.md index dc5dfd2015..895c299c1f 100644 --- a/browser_patches/buildbots/README.md +++ b/browser_patches/buildbots/README.md @@ -227,6 +227,8 @@ $ sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-9 100 ## Setting Bot Environment +WebKit on Linux requires a new version of BubbleWrap. Download from https://launchpad.net/ubuntu/+source/bubblewrap/0.3.1-1ubuntu1 and install manually. + > TODO: instructions to set up linux bot ## Running Build Loop