From e6b1eb5a384f0269d754b11db1803628eb9d2c24 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Tue, 5 Mar 2024 22:38:34 +0100 Subject: [PATCH] image: install custom make.conf We need to use python3.11, which isn't ports default so tweak the poudriere ports build to default to the correct python version. --- image/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/image/build.sh b/image/build.sh index 314359c..424d535 100755 --- a/image/build.sh +++ b/image/build.sh @@ -6,6 +6,8 @@ JAIL=14_0-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