Skip to content

Commit 20664ad

Browse files
authored
Gentoo does not have enough marketshare
And it's hard to boot as there is no simple container.
1 parent bcf208d commit 20664ad

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/autoconf-check.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,6 @@ jobs:
3030
name: test-tarball
3131
path: ${{ github.workspace }}/release.tar.gz
3232

33-
gentoo-family:
34-
needs: build
35-
strategy:
36-
matrix:
37-
version: [latest]
38-
os: [gentoo/portage]
39-
runs-on: ubuntu-latest
40-
container:
41-
image: ${{ matrix.os }}:${{ matrix.version }}
42-
steps:
43-
- name: Install git so we get the .github directory
44-
run: emerge dev-vcs/git sys-libs/glibc
45-
- name: Download Artifact
46-
uses: actions/download-artifact@v4
47-
with:
48-
name: test-tarball
49-
- name: Unpack the "Release" tarball
50-
run: tar xvf release.tar.gz
51-
- name: Setup image and run bats tests
52-
working-directory: release
53-
run: .github/jobs/configure-checks/setup_configure_image.sh
54-
5533
suse-family:
5634
needs: build
5735
strategy:

0 commit comments

Comments
 (0)