Skip to content

Use eatmydata in all apt operation to speed up package installation automatically

License

Notifications You must be signed in to change notification settings

firebuild/apt-eatmydata-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Use eatmydata in all apt operation to speed up package installation automatically

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published