Skip to content

Commit a8faa20

Browse files
committed
ci gentoo: remove needless configuration
1 parent 4681956 commit a8faa20

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/test.yml

-15
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,6 @@ jobs:
5656
timeout-minutes: 10
5757
steps:
5858
- uses: actions/checkout@v4
59-
- name: Prepare cache for Gentoo Linux
60-
if: |
61-
matrix.distribution == 'gentoo-linux'
62-
run: |
63-
docker pull gentoo/portage
64-
gentoo_portage_id=$(docker image inspect gentoo/portage | jq -r ".[0].Id")
65-
echo "GENTOO_PORTAGE_ID=${gentoo_portage_id}" >> "${GITHUB_ENV}"
66-
- name: Cache binary packages for Gentoo Linux
67-
if: |
68-
matrix.distribution == 'gentoo-linux'
69-
uses: actions/cache@v4
70-
with:
71-
path: .cache
72-
key: ${{ matrix.distribution }}-${{ env.GENTOO_PORTAGE_ID }}
73-
restore-keys: ${{ matrix.distribution }}-
7459
- name: Build Docker image
7560
run: |
7661
docker compose build ${{ matrix.distribution }}

0 commit comments

Comments
 (0)