Skip to content

Commit 0a8c40a

Browse files
committed
chore: strip out unnecessary dependencies from QEMU builds
1 parent 60f8fda commit 0a8c40a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ansible/vars.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.0.1.077-orioledb"
13-
postgres17: "17.4.1.027"
14-
postgres15: "15.8.1.084"
12+
postgresorioledb-17: "17.0.1.078-orioledb"
13+
postgres17: "17.4.1.028"
14+
postgres15: "15.8.1.085"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

scripts/90-cleanup-qemu.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ elif [ -n "$(command -v apt-get)" ]; then
3737
libcgal-dev \
3838
libgcc-9-dev \
3939
libgcc-8-dev \
40+
libgcc-10-dev \
4041
ansible \
4142
snapd
4243

4344
add-apt-repository --yes --remove ppa:ansible/ansible
4445

4546
source /etc/os-release
46-
apt-get -y remove --purge linux-headers-5.11.0-1021-aws
47+
48+
apt-get -y remove --purge ansible-core apport appstream bash-completion bcache-tools bind9-dnsutils bind9-host bind9-libs bolt bpfcc-tools bpftrace btrfs-progs byobu command-not-found console-setup distro-info eject fonts-ubuntu-console friendly-recovery ftp fwupd gawk gdisk keyboard-configuration libvolume-key1 linux-headers-5.11.0-1021-aws lvm2 lxd-agent-loader lxd-installer man-db mdadm modemmanager mtd-utils nano netcat-openbsd nfs-common ntfs-3g parted pastebinit python3-setuptools python3-twisted screen strace thin-provisioning-tools tmux usb-modeswitch vim vim-runtime wget whiptail xfsprogs
4749

4850
apt-get -y update
4951
apt-get -y upgrade

0 commit comments

Comments
 (0)