We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb478e4 commit 374b0efCopy full SHA for 374b0ef
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "14.1.0.27"
+postgres-version = "14.1.0.28"
ebssurrogate/scripts/chroot-bootstrap.sh
@@ -98,6 +98,9 @@ function install_packages_for_build {
98
maven default-jre default-jdk \
99
curl gpp apt-transport-https cmake libc++-dev libc++abi-dev libc++1 libglib2.0-dev libtinfo5 libc++abi1 ninja-build python \
100
liblzo2-dev
101
+
102
+ # Mark llvm as manual to prevent auto removal
103
+ apt-mark manual libllvm11:arm64
104
}
105
106
function setup_grub_conf_arm64 {
0 commit comments