Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ ciutil 4(+) 4(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Feb 15, 2024
1 parent b176be3 commit d68413c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/ciutil
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ preinstall-binaries() {

# Optimize apt install time (no need for mandb on a ci)
sudo cp -p /bin/true /usr/bin/mandb 2> /dev/null || true
sudo mv -fv /var/cache/man /var/cache/man.bak 2> /dev/null || true
sudo mv -fv /usr/share/locale /usr/share/locale.bak
sudo mv -fv /usr/share/man /usr/share/man.bak
sudo mv -fv /usr/share/doc /usr/share/doc.bak
# sudo mv -fv /var/cache/man /var/cache/man.bak 2> /dev/null || true
# sudo mv -fv /usr/share/locale /usr/share/locale.bak
# sudo mv -fv /usr/share/man /usr/share/man.bak
# sudo mv -fv /usr/share/doc /usr/share/doc.bak

# TODO: Needs some testing. But no need for hooks, since it's a shortlived CI process.
sudo rm -rf /etc/apt/apt.conf.d/*needrestart*
Expand Down

0 comments on commit d68413c

Please sign in to comment.