Skip to content

tools: introduce support for helios v3#247

Open
citrus-it wants to merge 2 commits intomasterfrom
helios3
Open

tools: introduce support for helios v3#247
citrus-it wants to merge 2 commits intomasterfrom
helios3

Conversation

@citrus-it
Copy link
Contributor

No description provided.

@citrus-it citrus-it requested a review from jclulow March 14, 2026 10:50
@citrus-it citrus-it self-assigned this Mar 14, 2026
@citrus-it citrus-it requested a review from dancrossnyc March 16, 2026 20:28
dancrossnyc
dancrossnyc previously approved these changes Mar 16, 2026
env += "export PYTHON3_PKGVERS=-311\n";
}
}
env += &format!("export PYTHON3_VERSION={}", relver.python3_version());
Copy link
Collaborator

Choose a reason for hiding this comment

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

Don't you still need the newlines in the format strings here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes I do, thanks. I diffed the env files on helios2 to check there were no differences but I forgot that gmake setup also generates them. Looks good on helios3 with the latest commit.

helios3% ./helios-build genenv
Mar 17 08:33:34.478 WARN file /build/helios/projects/illumos/illumos-quick.sh exists, with wrong contents, unlinking
Mar 17 08:33:34.478 INFO writing /build/helios/projects/illumos/illumos-quick.sh ...
Mar 17 08:33:34.479 INFO ok!
Mar 17 08:33:34.481 WARN file /build/helios/projects/illumos/illumos-quick-debug.sh exists, with wrong contents, unlinking
Mar 17 08:33:34.481 INFO writing /build/helios/projects/illumos/illumos-quick-debug.sh ...
Mar 17 08:33:34.481 INFO ok!
Mar 17 08:33:34.484 WARN file /build/helios/projects/illumos/illumos.sh exists, with wrong contents, unlinking
Mar 17 08:33:34.484 INFO writing /build/helios/projects/illumos/illumos.sh ...
Mar 17 08:33:34.484 INFO ok!
Mar 17 08:33:34.667 WARN file /build/helios/projects/illumos/illumos-release.sh exists, with wrong contents, unlinking
Mar 17 08:33:34.668 INFO writing /build/helios/projects/illumos/illumos-release.sh ...
Mar 17 08:33:34.668 INFO ok!
Mar 17 08:33:34.668 INFO ok
helios3% cat /build/helios/projects/illumos/illumos-quick.sh
export NIGHTLY_OPTIONS='-nCAprt'
export CODEMGR_WS='/build/helios/projects/illumos'
export MACH="$(uname -p)"
export GNUC_ROOT=/opt/gcc-10
export PRIMARY_CC=gcc10,$GNUC_ROOT/bin/gcc,gnu
export PRIMARY_CCC=gcc10,$GNUC_ROOT/bin/g++,gnu
export SHADOW_CCS=
export SHADOW_CCCS=
export BUILDVERSION_EXEC="git describe --all --long --dirty"
export DMAKE_MAX_JOBS=64
export ENABLE_SMB_PRINTING='#'
export PERL_VERSION=5.40
export PERL_PKGVERS=
export PERL_VARIANT=-thread-multi
export BUILDPERL32='#'
export JAVA_ROOT=/usr/jdk/openjdk11.0
export JAVA_HOME=$JAVA_ROOT
export BLD_JAVA_11=
export BUILDPY2='#'
export BUILDPY3=
export BUILDPY2TOOLS='#'
export BUILDPY3TOOLS=
export PYTHON3_VERSION=3.13
export PYTHON3_PKGVERS=-313
export PYTHON3_SUFFIX=
export TOOLS_PYTHON=/usr/bin/python$PYTHON3_VERSION
export STAFFER="$LOGNAME"
export MAILTO="${MAILTO:-$STAFFER}"
export BUILD_PROJECT=''
export ATLOG="$CODEMGR_WS/log"
export LOGFILE="$ATLOG/nightly.log"
export BUILD_TOOLS='/opt'
export MAKEFLAGS='ke'
export PARENT_WS=''
export REF_PROTO_LIST="$PARENT_WS/usr/src/proto_list_${MACH}"
export PARENT_ROOT="$PARENT_WS/proto/root_$MACH"
export PARENT_TOOLS_ROOT="$PARENT_WS/usr/src/tools/proto/root_$MACH-nd"
export PKGARCHIVE="${CODEMGR_WS}/packages/${MACH}/nightly"
export VERSION="$(git describe --long --all HEAD | cut -d/ -f2-)"
export BOOTBANNER1="Oxide Helios Version ^v ^w-bit (onu)"
export ROOT="$CODEMGR_WS/proto/root_${MACH}"
export SRC="$CODEMGR_WS/usr/src"
export MULTI_PROTO="yes"
export ONBLD_BIN=/opt/onbld/bin
export ON_CLOSED_BINS=/opt/onbld/closed
export PKGVERS_BRANCH='3.0.999999'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants