You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/05/10 23:20:12 UTC

[geode-benchmarks] branch develop updated: GEODE-8321: part 3 - remove adoptopenjdk

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new 99f6e63  GEODE-8321: part 3 - remove adoptopenjdk
99f6e63 is described below

commit 99f6e63bd217bf85ad440697b19e4a25b03a43bf
Author: Owen Nichols <on...@apache.org>
AuthorDate: Mon May 10 16:19:06 2021 -0700

    GEODE-8321: part 3 - remove adoptopenjdk
---
 infrastructure/scripts/aws/image/packer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/scripts/aws/image/packer.json b/infrastructure/scripts/aws/image/packer.json
index a22e827..8ae6752 100644
--- a/infrastructure/scripts/aws/image/packer.json
+++ b/infrastructure/scripts/aws/image/packer.json
@@ -67,7 +67,7 @@
         "sudo add-apt-repository \"deb [arch=amd64] https://apt.bell-sw.com/ stable main\"",
         "sudo apt update",
         "sudo apt-get -o Dpkg::Options::=\"--force-confnew\" upgrade -y",
-        "sudo apt install -y java-common bellsoft-java8 bellsoft-java11 openjdk-8-jdk openjdk-11-jdk unzip dstat",
+        "sudo apt install -y java-common bellsoft-java8 bellsoft-java11 unzip dstat",
         "sudo update-java-alternatives -s bellsoft-java8-amd64",
         "sudo mv /tmp/defaults.cfg /etc/cloud/cloud.cfg.d/defaults.cfg",
         "sudo sh -c \"echo 'StrictHostKeyChecking no' >> /etc/ssh/ssh_config\"",