mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update bootstrap.py
support Ubuntu 22.04
This commit is contained in:
parent
55ca150c72
commit
0e462a851b
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ def get_linux_distribution():
|
|||
raise Exception('unsupported version of %s: %s' % (distrib, version))
|
||||
distrib, version = 'Ubuntu', base_version
|
||||
elif distrib.lower() == 'ubuntu':
|
||||
if version > '21.10':
|
||||
if version > '22.04':
|
||||
raise Exception('unsupported version of %s: %s' % (distrib, version))
|
||||
# Fixme: we should allow checked/supported versions only
|
||||
elif distrib.lower() not in [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue