APT eatmydata
ActionsA GitHub Action to speed up package installation using eatmydata.
Works on Ubuntu, Debian, and other Debian derivatives.
jobs:
myjob:
steps:
- uses: firebuild/apt-eatmydata-action@v1
...
The action installs eatmydata and configures APT to wrap dpkg calls with eatmydata.
This way dpkg does not perform fsync()
calls which would slow down package installation significantly.
To speed up the build as well, you may want to take a look at the Firebuild Action.
APT eatmydata is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.