commit:     0a21c42c80396654125c2aacd318c99a0308e09f
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 08:08:37 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 08:08:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0a21c42c

scripts/auto-bootstraps/analyse_result: deprecate more old targets

High Sierra isn't compiling coreutils-9.7 any more, and I really doubt
anyone is still using it.  Focus on current macOS release only.

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/auto-bootstraps/analyse_result.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/auto-bootstraps/analyse_result.py 
b/scripts/auto-bootstraps/analyse_result.py
index 539a4ec084..24a58775dc 100755
--- a/scripts/auto-bootstraps/analyse_result.py
+++ b/scripts/auto-bootstraps/analyse_result.py
@@ -18,12 +18,16 @@ deprecated_archs = (
         'sparcv9-sun-solaris2.10',
         'sparc-sun-solaris2.11',
         'sparcv9-sun-solaris2.11',
+        'x86_64-apple-darwin17',
+        'x86_64-apple-darwin18',
         'x86_64-apple-darwin19',
         'x86_64-apple-darwin20',
         'x86_64-apple-darwin21',
+        'x86_64-apple-darwin22',
         'x86_64-apple-darwin23',
         'arm64-apple-darwin21',
         'arm64-apple-darwin22',
+        'arm64-apple-darwin23',
         'x86_64-pc-linux-centos8.3',
         'x86_64-pc-linux-ubuntu16.04',
         'x86_64-rap-linux-ubuntu16.04',

Reply via email to