From a8b49b207d563ef1f563176978394c06e909ee93 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 2 Mar 2020 20:36:04 +0000 Subject: Simplify message around nsjail error We have known problems (docker; distros w/o user namespaces) which mean that we won't be turning this into a fatal error anytime soon. Also remove the bug report link, it's not useful to continue getting the same reports. Change-Id: I271871d68150417ac938f074d3730cad4518e327 Test: treehugger --- ui/build/sandbox_linux.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ui/build/sandbox_linux.go') diff --git a/ui/build/sandbox_linux.go b/ui/build/sandbox_linux.go index b94db744..37c09aa1 100644 --- a/ui/build/sandbox_linux.go +++ b/ui/build/sandbox_linux.go @@ -90,10 +90,7 @@ func (c *Cmd) sandboxSupported() bool { return } - c.ctx.Println("Build sandboxing disabled due to nsjail error. This may become fatal in the future.") - c.ctx.Println("Please let us know why nsjail doesn't work in your environment at:") - c.ctx.Println(" https://groups.google.com/forum/#!forum/android-building") - c.ctx.Println(" https://issuetracker.google.com/issues/new?component=381517") + c.ctx.Println("Build sandboxing disabled due to nsjail error.") for _, line := range strings.Split(strings.TrimSpace(string(data)), "\n") { c.ctx.Verboseln(line) -- cgit v1.2.3