image: install custom make.conf
authorKristof Provost <kp@FreeBSD.org>
Tue, 5 Mar 2024 21:38:34 +0000 (22:38 +0100)
committerKristof Provost <kp@FreeBSD.org>
Tue, 5 Mar 2024 21:38:34 +0000 (22:38 +0100)
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

index 314359c..424d535 100755 (executable)
@@ -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