Skip to content

Commit 6495da8

Browse files
committed
fix: retain libevent
1 parent 7b5f00d commit 6495da8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ postgres_major:
1010
# Full version strings for each major version
1111
postgres_release:
1212
postgresorioledb-17: "17.0.1.094-orioledb"
13-
postgres17: "17.4.1.044-darora.2"
13+
postgres17: "17.4.1.044-darora.3"
1414
postgres15: "15.8.1.101"
1515

1616
# Non Postgres Extensions

scripts/90-cleanup-qemu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ elif [ -n "$(command -v apt-get)" ]; then
4444

4545
source /etc/os-release
4646

47+
apt-mark manual libevent-2.1-7 # required for pgbouncer
4748
apt-get -y remove --purge ansible-core apport appstream bash-completion bcache-tools bind9-dnsutils bind9-host bind9-libs bolt btrfs-progs byobu command-not-found console-setup distro-info eject fonts-ubuntu-console friendly-recovery ftp fwupd gawk gdisk keyboard-configuration libvolume-key1 libicu66 libssl-dev lvm2 lxd-agent-loader man-db mdadm modemmanager mtd-utils nano netcat-openbsd nfs-common ntfs-3g parted pastebinit screen strace thin-provisioning-tools tmux usb-modeswitch vim vim-runtime wget whiptail xfsprogs
4849
apt remove -y --purge libc6-dev linux-libc-dev libevent-dev libpcre3-dev libsystemd-dev
4950

0 commit comments

Comments
 (0)