Skip to content

Commit

Permalink
Remove attempted use of omnios-userland and illumos-gate to constrain…
Browse files Browse the repository at this point in the history
… miniroot
  • Loading branch information
citrus-it committed Feb 17, 2021
1 parent eb44170 commit 081ba69
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build/build_miniroot
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;

Expand Down

0 comments on commit 081ba69

Please sign in to comment.