From 7cf570ae1c24989fddda411427231b4a2563a225 Mon Sep 17 00:00:00 2001 From: MutableFire Date: Wed, 24 Jun 2026 13:10:32 +0300 Subject: [PATCH] Remove redundant packages --- .github/workflows/ci.yml | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b61d4b1b..0b797203 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,38 +221,12 @@ jobs: run: | sudo apt-get update sudo apt-get install -y \ - iproute2 \ - iputils-ping \ - libapr1-dev \ - libaprutil1-dev \ - libbz2-dev \ - libcurl4-openssl-dev \ - libevent-dev \ - libipc-run-perl \ - libkrb5-dev \ - libpam-dev \ - libperl-dev \ - libreadline-dev \ - libssl-dev \ - libtool \ - libuv1-dev \ - libxerces-c-dev \ - libxml2-dev \ - libxslt-dev \ - libyaml-dev \ - libzstd-dev \ - locales \ - net-tools \ - openssh-client \ - openssh-server \ + libxerces-c3.2 \ python2 \ - python2-dev \ redis-server \ - rsync \ - zlib1g-dev \ software-properties-common sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test - sudo apt-get install -y gcc-13 g++-13 + sudo apt-get install -y libstdc++6 sudo systemctl disable --now redis-server sudo ln -s -f python2 /usr/bin/python sudo locale-gen "en_US.UTF-8"