From 081ba693e79b222a6e963953cbf474166efda313 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Wed, 17 Feb 2021 16:29:46 +0000 Subject: [PATCH] Remove attempted use of omnios-userland and illumos-gate to constrain miniroot --- build/build_miniroot | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build/build_miniroot b/build/build_miniroot index b038cad..2db5d52 100755 --- a/build/build_miniroot +++ b/build/build_miniroot @@ -257,17 +257,7 @@ step() { $PKG -R $ROOTDIR change-facet devel=false [ -n "$DEBUG_VARIANT" ] && \ $PKG -R $ROOTDIR change-variant debug.illumos=true - # If a version was requested, respect it - if [ -n "$BUILDNUM" ]; then - $PKG -R $ROOTDIR install illumos-gate@11-$BUILDNUM \ - omnios-userland@11-$BUILDNUM \ - || fail "version constraint prep" - fi $PKG -R $ROOTDIR install $PKGS || fail "install" - if [ -n "$BUILDNUM" ]; then - $PKG -R $ROOTDIR uninstall illumos-gate omnios-userland \ - || fail "version constraint cleanup" - fi chkpt fixup ;;