Skip to content

Commit

Permalink
Merge pull request #12915 from simondeziel/github-unneeded-pkgs
Browse files Browse the repository at this point in the history
Remove more container runtimes from GitHub runners
  • Loading branch information
tomponline authored Feb 19, 2024
2 parents f85b2dd + 50523c2 commit 9e64c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
# optimize ext4 FSes for performance, not reliability
for fs in $(findmnt --noheading --type ext4 --list --uniq | awk '{print $1}'); do
# nombcache and data=writeback cannot be changed on remount
sudo mount -o remount,noatime,barrier=0,commit=6000 "${fs}"
sudo mount -o remount,noatime,barrier=0,commit=6000 "${fs}" || true
done
# disable dpkg from calling sync()
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Remove docker
run: |
set -eux
sudo apt-get autopurge -y moby-containerd docker uidmap
sudo apt-get autopurge -y containerd.io moby-containerd docker docker-ce podman uidmap
sudo ip link delete docker0
sudo nft flush ruleset
Expand Down

0 comments on commit 9e64c0b

Please sign in to comment.