public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add gccrust for openSUSE containers.
@ 2022-05-30  7:57 Martin Liška
  2022-05-30  8:08 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2022-05-30  7:57 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

Ready to be installed?

Thanks,
Martin

---
 builder/master.cfg | 22 +++++++++++++++++++++-
 htdocs/index.html  |  4 ++++
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 473743f..0c270f5 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -410,7 +410,9 @@ gccrust_scheduler = schedulers.SingleBranchScheduler(
 #                      "gccrust-debian-arm64",
                       "gccrust-fedora-ppc64le",
                       "gccrust-fedora-s390x",
-                      "gccrust-debian-ppc64"])
+                      "gccrust-debian-ppc64",
+                      "gccrust-opensusetw-x86_64",
+                      "gccrust-opensuseleap-x86_64"])
 c['schedulers'].append(gccrust_scheduler)
 
 # Only trigger scheduler for changes to binutils (or deps)
@@ -1254,6 +1256,24 @@ gccrust_debian_ppc64_builder = util.BuilderConfig(
         factory=gccrust_factory)
 c['builders'].append(gccrust_debian_ppc64_builder)
 
+gccrust_opensusetw_x86_64_builder = util.BuilderConfig(
+        name="gccrust-opensusetw-x86_64",
+	properties={'container-file':
+		    readContainerFile('opensuse-tumbleweed')},
+	workernames=vm_workers,
+        tags=["gccrust", "opensusetw", "x86_64"],
+        factory=gccrust_factory)
+c['builders'].append(gccrust_opensusetw_x86_64_builder)
+
+gccrust_opensuseleap_x86_64_builder = util.BuilderConfig(
+        name="gccrust-opensuseleap-x86_64",
+	properties={'container-file':
+		    readContainerFile('opensuse-leap')},
+	workernames=vm_workers,
+        tags=["gccrust", "opensuseleap", "x86_64"],
+        factory=gccrust_factory)
+c['builders'].append(gccrust_opensuseleap_x86_64_builder)
+
 # binutils build steps, factory and builders
 
 binutils_step_git = steps.Git(
diff --git a/htdocs/index.html b/htdocs/index.html
index a4458c8..b489fb5 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -168,6 +168,10 @@
 	      <img src="/buildbot/badges/gccrust-debian-ppc64.svg"></a></td>
 	  <td><a href="/buildbot/#builders/gccrust-fedora-ppc64le">fedora-ppc64le<br>
 	      <img src="/buildbot/badges/gccrust-fedora-ppc64le.svg"></a></td>
+	  <td><a href="/buildbot/#builders/gccrust-opensusetw-x86_64">opensusetw-x86_64<br>
+	      <img src="/buildbot/badges/gccrust-opensusetw-x86_64.svg"></a></td>
+	  <td><a href="/buildbot/#builders/gccrust-opensuseleap-x86_64">opensuseleap-x86_64<br>
+	      <img src="/buildbot/badges/gccrust-opensuseleap-x86_64.svg"></a></td>
 	</tr>
 	<tr>
 	  <td><a href="/buildbot/#/builders?tags=gdb">gdb</a></td>
-- 
2.36.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add gccrust for openSUSE containers.
  2022-05-30  7:57 [PATCH] Add gccrust for openSUSE containers Martin Liška
@ 2022-05-30  8:08 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2022-05-30  8:08 UTC (permalink / raw)
  To: Martin Liška; +Cc: buildbot

Hi Martin,

On Mon, May 30, 2022 at 09:57:53AM +0200, Martin Liška wrote:
> Ready to be installed?

Looks good. Go for it!

The gcc rust hackers also asked for a full bootstrap build, maybe just
once a day. After this works out we can look into that.

Cheers,

Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-30  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30  7:57 [PATCH] Add gccrust for openSUSE containers Martin Liška
2022-05-30  8:08 ` Mark Wielaard

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).