From 033afbbc0077d14026f1c85d23e1fa9f7946af98 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Nov 2025 19:28:36 +0100 Subject: [PATCH] Remove other slow builders that will be dropped anyway --- migrations/1751134560.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migrations/1751134560.sh b/migrations/1751134560.sh index 6cbe7dc3..053da689 100644 --- a/migrations/1751134560.sh +++ b/migrations/1751134560.sh @@ -17,8 +17,8 @@ sudo pacman -Sy # Normally not advisable, but we'll do a full -Syu before finish mkdir -p ~/.local/state/omarchy/migrations touch ~/.local/state/omarchy/migrations/1751134560.sh -# Remove Zoom/qt5-remoteobjects to prevent a super lengthy build on old Omarchy installs -sudo pacman -Rns --noconfirm zoom qt5-remoteobjects +# Remove old AUR packages to prevent a super lengthy build on old Omarchy installs +sudo pacman -Rns --noconfirm zoom qt5-remoteobjects wf-recorder wl-screenrec # Get rid of old AUR packages bash $OMARCHY_PATH/migrations/1756060611.sh