Skip to content

Commit

Permalink
chore: remove docker tuning from tune-runner-vm action (#4536)
Browse files Browse the repository at this point in the history
  • Loading branch information
equanz authored Dec 20, 2024
1 parent b372e90 commit e9b1949
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/tune-runner-vm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ runs:
# stop Azure Linux agent to save RAM
sudo systemctl stop walinuxagent.service || true
# enable docker experimental mode which is
# required for using "docker build --squash" / "-Ddocker.squash=true"
daemon_json="$(sudo cat /etc/docker/daemon.json | jq '.experimental = true')"
echo "$daemon_json" | sudo tee /etc/docker/daemon.json
# restart docker daemon
sudo systemctl restart docker
echo '::endgroup::'
# show memory
Expand Down

0 comments on commit e9b1949

Please sign in to comment.