From b1472827e77ab3332bf2b6cd13c0ae59f6950a76 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 8 Nov 2025 15:50:11 +0100 Subject: [PATCH] Update BSD sourcehut images Part of #12037 --- .builds/freebsd.yml | 1 + .builds/openbsd.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 4b6210530..9eb90de76 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -8,6 +8,7 @@ packages: - ninja - pcre2 - py311-pexpect + - py311-sphinx - python - rust - tmux diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index cbfe3d881..51ca51db4 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -7,7 +7,8 @@ packages: - llvm - ninja - pcre2 - - py311-pexpect + - py3-pexpect + - py3-sphinx - python - rust - tmux