From 2ee8b33edc8c0b70de47b7e1e3f3bdefc573cae8 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 22 Jul 2019 20:24:17 -0700 Subject: [PATCH] Switch to prebuilt bzip2. Test: treehugger Change-Id: I4953ff6f9ead5ad79519ac7fa71b557807f25851 --- ui/build/paths/config.go | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 1a7412dfd..b16966650 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -74,11 +74,8 @@ func GetConfig(name string) PathConfig { } var Configuration = map[string]PathConfig{ - "bash": Allowed, - "bc": Allowed, - // We need bzip2 here even though we provide a bzip2 binary because - // GNU tar seems to avoid calling ours. - "bzip2": Allowed, + "bash": Allowed, + "bc": Allowed, "dd": Allowed, "diff": Allowed, "dlv": Allowed,