Skip to content

Commit

Permalink
ㅤ⚡️ BUMP ⚡️ㅤ ㅤ2 files ↑6 ↓6ㅤ
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Oct 26, 2024
1 parent 57e1912 commit 9cb1372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/ciutil
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ path-exclude /usr/share/man/*
EOF

echo "✔ [install-deb]: $pkgs"
sudo /usr/local/bin/apt-get clean
sudo eatmydata -- dpkg --clear-avail
sudo /usr/local/bin/apt-get -qq install --download-only -y $pkgs || exitcode=$?
sudo apt-get clean
sudo dpkg --clear-avail
sudo apt-get -qq install --download-only -y $pkgs || exitcode=$?

if [ ! $exitcode -eq 0 ]; then
echo "[install-deb]: ❌ Error downloading $pkgs"
Expand Down
6 changes: 3 additions & 3 deletions .github/scripts/ga-create-ramdisk
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ sudo rsync -a $WORKSPACE.bak/ $WORKSPACE
mkdir -p $WORKSPACE/{.rush,.local,.cache,.npm}

# Move /var/cache/apt
# mkdir -p $WORKSPACE/.var-cache-apt
# sudo rsync -a /var/cache/apt/ $WORKSPACE/.var-cache-apt
# sudo rm -rf /var/cache/apt; sudo ln -sfv /var/cache/apt $WORKSPACE/.var-cache-apt
mkdir -p $WORKSPACE/.var-cache-apt
sudo rsync -a /var/cache/apt/ $WORKSPACE/.var-cache-apt
sudo rm -rf /var/cache/apt; sudo ln -sfv $WORKSPACE/.var-cache-apt /var/cache/apt

# Symlink folders back to the home folder
rm -rf /home/runner/.rush; ln -sfv $WORKSPACE/.rush /home/runner/.rush
Expand Down

0 comments on commit 9cb1372

Please sign in to comment.