public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Containerfile-fedora-rawhide use buildbot-worker==1.8.2
@ 2022-06-29 23:40 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-06-29 23:40 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

Latest buildbot doesn't work with latest python 3.11 in rawhide. Use
an older buildbot for now.
---
 builder/containers/Containerfile-fedora-rawhide | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/containers/Containerfile-fedora-rawhide b/builder/containers/Containerfile-fedora-rawhide
index 40a95f0..894ad9c 100644
--- a/builder/containers/Containerfile-fedora-rawhide
+++ b/builder/containers/Containerfile-fedora-rawhide
@@ -13,7 +13,7 @@ RUN dnf upgrade -y && \
         xmlto xmlto-tex fop poppler-utils libxslt docbook-dtds docbook-style-xsl \
         libxml2-devel dos2unix dpkg koji python3-devel python3-koji python3-mock \
         python3-rpm python3-pyxdg mailcap openmpi-devel gdb help2man wget \
-        libffi-devel pip && pip install buildbot-worker && \
+        libffi-devel pip && pip install buildbot-worker==1.8.2 && \
    dnf clean all
 
 # Setup user with same id as host user id.
-- 
2.30.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-29 23:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29 23:40 [COMMITTED] Containerfile-fedora-rawhide use buildbot-worker==1.8.2 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).