Skip to content

Commit

Permalink
Try removing workaround for stuck Windows container layer exporting
Browse files Browse the repository at this point in the history
Windows 2022 Server runner images now have Docker 26.1.3 so believe this should be fixed there?
  • Loading branch information
chadlwilson committed Jul 24, 2024
1 parent a88434f commit b239feb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provision/provision-install-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ choco install --no-progress -y msys2 --params "/NoUpdate /InstallDir:${msysInsta
RefreshEnv
PrefixToSystemAndCurrentPath("${msysInstallDir}\ucrt64\bin;${msysInstallDir}\usr\bin") # Manually add MSYS2 and tools to path to avoid having to do shell-specific "ridk enable" in builds.
ridk install 2 3 # Update packages and install development toolchain
rm -r -fo 'C:\$Recycle.Bin\' # Clean up weird unicode-named cruft left in recycle bin by pacman after updating msys2-runtime that causes mysterious hangs on docker layer exports. See https://github.com/msys2/msys2-installer/issues/59#issuecomment-2134100558

# Remove chocolatey from temp location
Remove-Item C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\chocolatey -Force -Recurse | Out-Null
Expand Down

0 comments on commit b239feb

Please sign in to comment.