Skip to content

Commit

Permalink
Merge pull request omniosorg#194 from citrus-it/mcga
Browse files Browse the repository at this point in the history
Remove attempted use of omnios-userland and illumos-gate to constrain…
  • Loading branch information
hadfl authored Feb 18, 2021
2 parents eb44170 + 081ba69 commit 1dca1af
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 1dca1af

Please sign in to comment.