commit: aa3d6432c1873724da1084a27ae3c7acfc00e186
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 08:38:18 2023 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 08:38:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=aa3d6432
scripts/auto-bootstraps: deprecate non/old-LTS ubuntu
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/auto-bootstraps/analyse_result.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/auto-bootstraps/analyse_result.py
b/scripts/auto-bootstraps/analyse_result.py
index bd925b9eed..5281a859eb 100755
--- a/scripts/auto-bootstraps/analyse_result.py
+++ b/scripts/auto-bootstraps/analyse_result.py
@@ -21,6 +21,9 @@ deprecated_archs = (
'x86_64-apple-darwin21',
'arm64-apple-darwin21',
'x86_64-pc-linux-centos8.3',
+ 'x86_64-pc-linux-ubuntu16.04',
+ 'x86_64-rap-linux-ubuntu16.04',
+ 'x86_64-rap-linux-ubuntu18.04',
)
def find_last_stage(d):