Skip to content

Commit 374b0ef

Browse files
Lakshmipathidarora
authored andcommitted
llvm: Set llvm package as manual to prevent autoremoval
Signed-off-by: Lakshmipathi Ganapathi <[email protected]>
1 parent eb478e4 commit 374b0ef

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "14.1.0.27"
1+
postgres-version = "14.1.0.28"

ebssurrogate/scripts/chroot-bootstrap.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ function install_packages_for_build {
9898
maven default-jre default-jdk \
9999
curl gpp apt-transport-https cmake libc++-dev libc++abi-dev libc++1 libglib2.0-dev libtinfo5 libc++abi1 ninja-build python \
100100
liblzo2-dev
101+
102+
# Mark llvm as manual to prevent auto removal
103+
apt-mark manual libllvm11:arm64
101104
}
102105

103106
function setup_grub_conf_arm64 {

0 commit comments

Comments
 (0)