Skip to content

Commit

Permalink
ci gentoo: remove needless configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 13, 2025
1 parent 4681956 commit a8faa20
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,6 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Prepare cache for Gentoo Linux
if: |
matrix.distribution == 'gentoo-linux'
run: |
docker pull gentoo/portage
gentoo_portage_id=$(docker image inspect gentoo/portage | jq -r ".[0].Id")
echo "GENTOO_PORTAGE_ID=${gentoo_portage_id}" >> "${GITHUB_ENV}"
- name: Cache binary packages for Gentoo Linux
if: |
matrix.distribution == 'gentoo-linux'
uses: actions/cache@v4
with:
path: .cache
key: ${{ matrix.distribution }}-${{ env.GENTOO_PORTAGE_ID }}
restore-keys: ${{ matrix.distribution }}-
- name: Build Docker image
run: |
docker compose build ${{ matrix.distribution }}
Expand Down

0 comments on commit a8faa20

Please sign in to comment.