From 382dca0c9bb95cfa988659c399bc6d189f46d194 Mon Sep 17 00:00:00 2001 From: Joseph Anthony Pasquale Holsten Date: Fri, 13 Sep 2024 23:45:07 -0700 Subject: [PATCH] build.md: update omnios instructions for python3.12 --- docs/developers/build.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/developers/build.md b/docs/developers/build.md index c3b7e09..3dfafb6 100644 --- a/docs/developers/build.md +++ b/docs/developers/build.md @@ -219,13 +219,14 @@ If instead you wish to start with the stock environment file template, you'll need to add the following at the end of your copy of `illumos.sh`: ``` -# Set to the current perl version (this is correct for OmniOS r151028) +# Set to the current perl version (this is correct for OmniOS r151050) export PERL_VERSION=5.28 export PERL_ARCH=i86pc-solaris-thread-multi-64int export PERL_PKGVERS= -# Set to current python3 version (this is correct for OmniOS r151028) -export PYTHON3=/usr/bin/python3.5 +# Set to current python3 version (this is correct for OmniOS r151050) +export PYTHON3=/usr/bin/python3.12 +export PYTHON3_PGKVERS=-312 export TOOLS_PYTHON=$PYTHON3 export SPRO_ROOT=/opt/sunstudio12.1