This is an automated email from the ASF dual-hosted git repository. onichols pushed a commit to branch release/1.9.1 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 86d07650b5f6b228cb2444a5dcec8db16cc6ac90 Author: Sean Goller <[email protected]> AuthorDate: Tue May 21 11:30:26 2019 -0700 Remove hopefully now spurious line. (#3612) Authored-by: Sean Goller <[email protected]> (cherry picked from commit 9ceb83c2ce18c0c60d928f94432b0c15158805a0) --- ci/images/google-windows-geode-builder/windows-packer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/images/google-windows-geode-builder/windows-packer.json b/ci/images/google-windows-geode-builder/windows-packer.json index bb75405..d2c96f7 100644 --- a/ci/images/google-windows-geode-builder/windows-packer.json +++ b/ci/images/google-windows-geode-builder/windows-packer.json @@ -64,7 +64,6 @@ "$OldPath = (Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Session Manager\\Environment' -Name PATH).Path", "$NewPath = $OldPath + ';' + 'c:\\Program Files\\Git\\bin'", "Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Session Manager\\Environment' -Name PATH -Value $NewPath", - "Install-Module -Name ProcessMitigations -Force", "Get-ChildItem -Path \"C:\\Program Files\\Git\\bin\" -Recurse -Include *exe | %{ Set-ProcessMitigation -Name $_.Name -Disable ForceRelocateASLR,ForceRelocate }", "Get-ChildItem -Path \"C:\\ProgramData\\chocolatey\" -Recurse -Include *exe | %{ Set-ProcessMitigation -Name $_.Name -Disable ForceRelocateASLR,ForceRelocate }",
