Skip to content

Commit

Permalink
Added support for GOROOT_BOOTSTRAP
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Apr 6, 2022
1 parent 1b311a4 commit aad0195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gvm
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ then
fail "$(printf "Unable to move to %s\n" "$srcd/src/")"
fi

if ! ./all.bash
if ! GOROOT_BOOTSTRAP="$(which go)" ./all.bash
then

# Only fail if the go binary wasn't properly built
Expand Down

0 comments on commit aad0195

Please sign in to comment.