_scripts: un-pin mingw version (#3046)
The version of mingw was pinned to 10.2.0 because mingw 11 started using DWARFv5, which wasn't supported by Go 1.17. We are now testing only 1.18 and 1.19 and both support DWARFv5 correctly.
This commit is contained in:
parent
3fb2d49829
commit
6aa54c5c9f
@ -9,7 +9,7 @@ Set-MpPreference -DisableRealtimeMonitoring $true
|
||||
#Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||
|
||||
# Install MinGW.
|
||||
choco install -y mingw --version 10.2.0
|
||||
choco install -y mingw
|
||||
|
||||
# Install Procdump
|
||||
if (-Not(Test-Path "C:\procdump"))
|
||||
|
Loading…
Reference in New Issue
Block a user