diff mbox series

[AUH] upgrade-helper.py: trim default build targets to just 64 bit x86 with glibc and 32 bit arm with musl

Message ID 20231026191632.52187-1-alex.kanavin@gmail.com
State New
Headers show
Series [AUH] upgrade-helper.py: trim default build targets to just 64 bit x86 with glibc and 32 bit arm with musl | expand

Commit Message

Alexander Kanavin Oct. 26, 2023, 7:16 p.m. UTC
Everything else isn't really necessary and greatly lengthens AUH jobs.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 upgrade-helper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/upgrade-helper.py b/upgrade-helper.py
index 4f0b6b7..1176a73 100755
--- a/upgrade-helper.py
+++ b/upgrade-helper.py
@@ -188,7 +188,7 @@  class Updater(object):
             self.git = Git(os.path.dirname(os.getenv('PATH', False).split(':')[0]))
             self.poky_git = None
             self.opts['machines'] = settings.get('machines',
-                'qemux86 qemux86-64 qemuarm qemumips qemuppc qemux86_musl').split()
+                'qemux86-64 qemuarm_musl').split()
 
         self.opts['send_email'] = self.args.send_emails
         self.opts['author'] = "Upgrade Helper <%s>" % \