mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
bootstrap: add support for Ubuntu 21.04
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
This commit is contained in:
parent
6dc6dc7eb7
commit
6b22411aab
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,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 > '20.10':
|
||||
if version > '21.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