This is an automated email from the ASF dual-hosted git repository.
sai_boorlagadda pushed a commit to branch release/1.9.0
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/release/1.9.0 by this push:
new 9702dbb GEODE-6464: Pin OpenSSH in Windows images to version 7.7.2.1
(#3245)
9702dbb is described below
commit 9702dbb8cede84a986169710033d3ac596daa4d8
Author: Jens Deppe <[email protected]>
AuthorDate: Wed Feb 27 15:12:30 2019 -0800
GEODE-6464: Pin OpenSSH in Windows images to version 7.7.2.1 (#3245)
- The current version being installed is 7.9.0.1 but my theory is that
that is causing build issues.
(cherry-picked from bbc1f73cff4a6f6177c6ce5ff544eb95fbf9de1d)
---
ci/images/google-windows-geode-builder/windows-packer.json | 2 +-
1 file changed, 1 insertion(+), 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 f392283..2c6ac4b 100644
--- a/ci/images/google-windows-geode-builder/windows-packer.json
+++ b/ci/images/google-windows-geode-builder/windows-packer.json
@@ -46,7 +46,7 @@
"Move-Item \"C:\\Program Files\\OpenJDK\\jdk-11*\" c:\\java11",
"choco install -y jdk8 -params
'installdir=c:\\\\java8tmp;source=false'",
"Move-Item \"C:\\java8tmp\" c:\\java8",
- "choco install -y openssh /SSHServerFeature",
+ "choco install -y openssh --version 7.7.2.1 /SSHServerFeature",
"refreshenv",
"$a = 10",