git: af8d597af0c1 - stable/13 - release: ensure gce-check-depends installs lang/python{,3}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 01:32:34 UTC
The branch stable/13 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=af8d597af0c12d46e80467964144d255bee7756a commit af8d597af0c12d46e80467964144d255bee7756a Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-07-12 20:08:40 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-07-20 01:30:20 +0000 release: ensure gce-check-depends installs 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 0ed426276fd52e917506ab87c05a61c6641ae298) --- release/Makefile.gce | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release/Makefile.gce b/release/Makefile.gce index 106804de61e3..ff260726a844 100644 --- a/release/Makefile.gce +++ b/release/Makefile.gce @@ -48,7 +48,9 @@ gce-check-depends: . endif env ASSUME_ALWAYS_YES=yes pkg install -y net/google-cloud-sdk . else - make -C ${PORTSDIR}/net/google-cloud-sdk BATCH=1 all install clean + 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 + env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/lang/python3 BATCH=1 all install clean . endif .endif