Skip to content

APT eatmydata

Actions
Installs eatmydata and configures apt to use it for dpkg operations
v1
Latest
Star (2)

APT eatmydata for GitHub Actions

A GitHub Action to speed up package installation using eatmydata.

Works on Ubuntu, Debian, and other Debian derivatives.

Usage

jobs:
  myjob: 
    steps:
    - uses: firebuild/apt-eatmydata-action@v1
    ...

How it works

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.

About

Installs eatmydata and configures apt to use it for dpkg operations
v1
Latest

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.