From da7e044afc2cd2cd0dc9fb869b86cc7c446952e1 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Sun, 16 Jun 2024 20:26:56 +0200 Subject: [PATCH] image: update to FreeBSD-14.1 Also we no longer need to set python to 3.11, that's now default. --- image/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/image/build.sh b/image/build.sh index 424d535..2afb7ac 100755 --- a/image/build.sh +++ b/image/build.sh @@ -2,12 +2,10 @@ set -e -JAIL=14_0-amd64 +JAIL=14_1-amd64 PORTS=freebsd PACKAGES=packagelist -cp make.conf /usr/local/etc/poudriere.d/${JAIL}-make.conf - poudriere bulk \ -j $JAIL -p $PORTS -f $PACKAGES -- 2.51.0