git: 7815d3738acf - stable/12 - release: follow-up to previous commit to install lang/python{,3}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 01:36:42 UTC
The branch stable/12 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=7815d3738acfeb85f71c0ad714b5262dea5b1d53 commit 7815d3738acfeb85f71c0ad714b5262dea5b1d53 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-07-12 20:49:53 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-07-20 01:35:14 +0000 release: follow-up to previous commit to install lang/python{,3} PR: 272354 Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd Sponsored by: PayPal https://paypal.me/gjbbsd (cherry picked from commit cd8cad0ef5cd534dc7ae1dd9a470cac2057ed957) --- release/Makefile.gce | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/Makefile.gce b/release/Makefile.gce index 0d835a1cb0a2..2eb6c8f46c29 100644 --- a/release/Makefile.gce +++ b/release/Makefile.gce @@ -48,6 +48,8 @@ gce-check-depends: env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf . endif env ASSUME_ALWAYS_YES=yes pkg install -y net/google-cloud-sdk + env ASSUME_ALWAYS_YES=yes pkg install -y lang/python lang/python3 \ + net/google-cloud-sdk . else env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/net/google-cloud-sdk BATCH=1 all install clean env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/lang/python BATCH=1 all install clean