Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.md: update omnios instructions for python3.12 #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/developers/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r151050 uses perl 5.38

Suggested change
export PERL_VERSION=5.28
export PERL_VERSION=5.38

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
Expand Down