From 343663cd859a37e4baff72fd1a3e2c26d052896e Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 10 Mar 2019 11:32:05 +1100 Subject: [PATCH] remove gcc plugins from additional pkgs these just override each other and end up with errors --- tools/plugins-with-additional-packages.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/plugins-with-additional-packages.sh b/tools/plugins-with-additional-packages.sh index 00659187..810603ab 100755 --- a/tools/plugins-with-additional-packages.sh +++ b/tools/plugins-with-additional-packages.sh @@ -6,4 +6,5 @@ # as opposed to customisation plugins. # See plugins/README.md for more information. -echo plugins/{apps,gcc4,gcc6,gcc7,gcc8,go,luarocks,native,tcl.tk} +# gcc plugins override each other and end up with errors +echo plugins/{apps,go,luarocks,native,tcl.tk}