From 39b9eec3f0114b2991f666ac8cf0c5d5951ceb95 Mon Sep 17 00:00:00 2001 From: Lakshmipathi Ganapathi Date: Thu, 14 Apr 2022 12:57:24 +0530 Subject: [PATCH] cleanup.sh: Donot remove llvm-11-dev package and update postgres-version Signed-off-by: Lakshmipathi Ganapathi --- common.vars.pkr.hcl | 2 +- scripts/90-cleanup.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common.vars.pkr.hcl b/common.vars.pkr.hcl index 6ed552588..33e787a6b 100644 --- a/common.vars.pkr.hcl +++ b/common.vars.pkr.hcl @@ -1 +1 @@ -postgres-version = "14.1.0.26" +postgres-version = "14.1.0.27" diff --git a/scripts/90-cleanup.sh b/scripts/90-cleanup.sh index ca104f117..50d937f4d 100644 --- a/scripts/90-cleanup.sh +++ b/scripts/90-cleanup.sh @@ -35,7 +35,6 @@ elif [ -n "$(command -v apt-get)" ]; then git-man \ ansible \ libasound2 \ - llvm-11-dev \ libicu-dev \ libcgal-dev \ libc6-dev \