From 0e462a851b4d97cfa983c8f24b5fae0fc91811b3 Mon Sep 17 00:00:00 2001 From: sagu <16504129+sagudev@users.noreply.github.com> Date: Sat, 27 Aug 2022 12:21:19 +0200 Subject: Update bootstrap.py support Ubuntu 22.04 --- python/servo/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/bootstrap.py') diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py index 6d288ac2a68..ebdf9973053 100644 --- a/python/servo/bootstrap.py +++ b/python/servo/bootstrap.py @@ -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 [ -- cgit v1.2.3