feat(osfamilymap): add Gentoo support
* Semi-automated using https://github.com/myii/ssf-formula/pull/400
This commit is contained in:
parent
56b57caaca
commit
547ae1b593
|
@ -160,8 +160,8 @@ default-amazonlinux-2-master-py3: {extends: '.test_instance'}
|
|||
default-oraclelinux-8-master-py3: {extends: '.test_instance'}
|
||||
default-oraclelinux-7-master-py3: {extends: '.test_instance'}
|
||||
default-arch-base-latest-master-py3: {extends: '.test_instance'}
|
||||
# default-gentoo-stage3-latest-master-py3: {extends: '.test_instance'}
|
||||
# default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
|
||||
default-gentoo-stage3-latest-master-py3: {extends: '.test_instance'}
|
||||
default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
|
||||
default-almalinux-8-master-py3: {extends: '.test_instance'}
|
||||
default-rockylinux-8-master-py3: {extends: '.test_instance'}
|
||||
# default-debian-11-3004-0-py3: {extends: '.test_instance'}
|
||||
|
|
|
@ -135,8 +135,8 @@ jobs:
|
|||
- env: INSTANCE=default-oraclelinux-8-master-py3
|
||||
- env: INSTANCE=default-oraclelinux-7-master-py3
|
||||
- env: INSTANCE=default-arch-base-latest-master-py3
|
||||
# - env: INSTANCE=default-gentoo-stage3-latest-master-py3
|
||||
# - env: INSTANCE=default-gentoo-stage3-systemd-master-py3
|
||||
- env: INSTANCE=default-gentoo-stage3-latest-master-py3
|
||||
- env: INSTANCE=default-gentoo-stage3-systemd-master-py3
|
||||
- env: INSTANCE=default-almalinux-8-master-py3
|
||||
- env: INSTANCE=default-rockylinux-8-master-py3
|
||||
# - env: INSTANCE=default-debian-11-3004-0-py3
|
||||
|
|
|
@ -20,3 +20,7 @@ Suse: {}
|
|||
|
||||
Arch:
|
||||
service: cronie
|
||||
|
||||
Gentoo:
|
||||
pkg: sys-process/cronie
|
||||
service: cronie
|
||||
|
|
Loading…
Reference in New Issue