public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Add fedora-arm64 try builders for gdb and binutils
Date: Sun, 24 Jul 2022 22:37:18 +0200	[thread overview]
Message-ID: <20220724203718.45993-1-mark@klomp.org> (raw)

Also use binutils_factory_libctf since fedora-arm64 has gcc12.
---
 builder/master.cfg | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 29d1d6e..e94814f 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -609,6 +609,7 @@ binutils_try_scheduler = schedulers.AnyBranchScheduler(
                       "binutils-try-rawhide-x86_64",
                       "binutils-try-debian-testing-x86_64",
                       "binutils-try-fedora-s390x",
+                      "binutils-try-fedora-arm64",
                       "binutils-try-debian-i386",
                       "binutils-try-fedora-ppc64le",
                       "binutils-try-opensusetw-x86_64",
@@ -682,6 +683,7 @@ gdb_try_scheduler = schedulers.AnyBranchScheduler(
                       "gdb-try-fedora-x86_64",
                       "gdb-try-rawhide-x86_64",
                       "gdb-try-debian-testing-x86_64",
+                      "gdb-try-fedora-arm64",
                       "gdb-try-debian-i386",
                       "gdb-try-fedora-s390x",
                       "gdb-try-fedora-ppc64le",
@@ -1981,9 +1983,16 @@ binutils_fedora_arm64_builder = util.BuilderConfig(
 	name="binutils-fedora-arm64",
         workernames=["fedora-arm64"],
         tags=["binutils", "fedora", "arm64"],
-        factory=binutils_factory_gas_binutils)
+        factory=binutils_factory_libctf)
 c['builders'].append(binutils_fedora_arm64_builder)
 
+binutils_try_fedora_arm64_builder = util.BuilderConfig(
+	name="binutils-try-fedora-arm64",
+        workernames=["fedora-arm64"],
+        tags=["binutils-try", "fedora", "arm64"],
+        factory=binutils_factory_libctf)
+c['builders'].append(binutils_try_fedora_arm64_builder)
+
 binutils_debian_i386_builder = util.BuilderConfig(
 	name="binutils-debian-i386",
         workernames=debian_i386_workers,
@@ -2302,6 +2311,13 @@ gdb_fedora_arm64_builder = util.BuilderConfig(
         factory=gdb_factory)
 c['builders'].append(gdb_fedora_arm64_builder)
 
+gdb_try_fedora_arm64_builder = util.BuilderConfig(
+	name="gdb-try-fedora-arm64",
+        workernames=["fedora-arm64"],
+        tags=["gdb-try", "fedora", "arm64"],
+        factory=gdb_factory)
+c['builders'].append(gdb_try_fedora_arm64_builder)
+
 gdb_debian_i386_builder = util.BuilderConfig(
 	name="gdb-debian-i386",
         workernames=debian_i386_workers,
-- 
2.30.2


                 reply	other threads:[~2022-07-24 20:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220724203718.45993-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).