Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: speed-up using apt-eatmydata-action #542

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading