Auto merge of #29833 - 6543-forks:support_artix, r=mrobinson

recognize artix as valid distribution

artix is just archlinux with an other start mechanism
This commit is contained in:
bors-servo 2023-06-02 17:00:46 +02:00 committed by GitHub
commit 392b670410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,6 +112,7 @@ class Linux(Base):
if self.distro.lower() not in [
'arch linux',
'arch',
'artix',
'centos linux',
'centos',
'debian gnu/linux',