Author: Jaret Cantu <jaret.cantu@timesys.com>
Date:   Tue Dec 17 18:17:37 EST 2019

    Short-circuit bootstrap procedure before creating a tarball

    Creating a highly compressed bzip2 archive is rather time-consuming,
    and we want an inflated directory, anyway, so just leave the build
    as-is at this point.

--- go/src/bootstrap.bash.orig	2019-10-17 18:02:09.000000000 -0400
+++ go/src/bootstrap.bash	2019-12-17 18:17:20.819932311 -0500
@@ -114,6 +114,7 @@ fi
 
 echo ----
 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)".
+exit 0
 echo Building tbz.
 cd ..
 tar cf - "go-${GOOS}-${GOARCH}-bootstrap" | bzip2 -9 >"go-${GOOS}-${GOARCH}-bootstrap.tbz"
