Skip to content

Commit

Permalink
CI: speed-up using apt-eatmydata-action
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Feb 13, 2025
1 parent 52ea6f3 commit 26612ce
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autopkgtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Speed up apt installation on the host
- uses: firebuild/apt-eatmydata-action@v1
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Setup LXD + Docker fixes
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-abi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Speed up apt installation on the host
- uses: firebuild/apt-eatmydata-action@v1
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Speed up apt installation on the host
- uses: firebuild/apt-eatmydata-action@v1
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

steps:
# Speed up apt installation on the host
- uses: firebuild/apt-eatmydata-action@v1
- name: Checkout repository
uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/debci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Speed up apt installation on the host
- uses: firebuild/apt-eatmydata-action@v1
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/network-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Speed up apt installation on the host
- uses: firebuild/apt-eatmydata-action@v1
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
# Setup LXD + Docker fixes
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tiobe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-24.04

steps:
# Speed up apt installation on the host
- uses: firebuild/apt-eatmydata-action@v1
- uses: actions/checkout@v4
- name: Install dependencies
run: |
Expand Down

0 comments on commit 26612ce

Please sign in to comment.