Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-10-19 00:21:00 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-10-19 00:23:47 +0300
commit88b35d8c00c2d488efd9874a86b0926fc6b1101f (patch)
treeb0aaee74839ed9699e884e691f36a47f9501bbd2
parente126f7ba4fc328f3388963fc8c0bb3a9fd2350a4 (diff)
ci: Windows: Remove problematic package
This package seems to make the Windows build double in build time
-rwxr-xr-xwin/_base.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/_base.sh b/win/_base.sh
index eefece2a9..ef672869f 100755
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -173,6 +173,7 @@ function cleanup_install {
build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-tk || true
build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-tcl || true
build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-frei0r-plugins || true
+ build_pacman --noconfirm -Rdd "${MINGW_PACKAGE_PREFIX}"-abseil-cpp || true
#delete translations we don't support
for d in "${MINGW_ROOT}"/share/locale/*/LC_MESSAGES; do