From 6fb455bd33e57715cacd81dc39c9d21db2cbe2de Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Wed, 24 Feb 2021 14:46:40 +0500 Subject: [PATCH] [ubuntu] Remove GOROOT (#2668) --- images/linux/scripts/installers/Configure-Toolset.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/linux/scripts/installers/Configure-Toolset.ps1 b/images/linux/scripts/installers/Configure-Toolset.ps1 index 1b30dad30..f819eda9b 100644 --- a/images/linux/scripts/installers/Configure-Toolset.ps1 +++ b/images/linux/scripts/installers/Configure-Toolset.ps1 @@ -44,7 +44,6 @@ $toolsEnvironment = @{ } go = @{ command = "ln -s {0}/bin/* /usr/bin/" - defaultVariable = "GOROOT" variableTemplate = "GOROOT_{0}_{1}_X64" } } @@ -96,4 +95,4 @@ foreach ($tool in $toolset.toolcache) } } -Invoke-PesterTests -TestFile "Toolset" -TestName "Toolset" \ No newline at end of file +Invoke-PesterTests -TestFile "Toolset" -TestName "Toolset"