Skip to content

Commit

Permalink
Remove windows docker speedup command as it is only available in non-…
Browse files Browse the repository at this point in the history
…container (#3944)

Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Aug 30, 2023
1 parent 26895a3 commit f9077fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/ci/config/windows-servercore-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,6 @@ Remove-Item 'get-pip.py' -Force
# Refresh env vars
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")

# Speed up docker
Set-MpPreference -DisableRealtimeMonitoring $true

# Enable Long Path
set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem LongPathsEnabled -Type DWORD -Value 1 -Force

0 comments on commit f9077fa

Please sign in to comment.