Skip to content

Commit 2e1b980

Browse files
authored
Merge pull request #35304 from dims/set-HOME-and-GOROOT_BOOTSTRAP-for-ci-kubernetes-build-golang-tip
set HOME and GOROOT_BOOTSTRAP for ci-kubernetes-build-golang-tip
2 parents a97947f + 6f210c2 commit 2e1b980

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/jobs/kubernetes/sig-arch/kubernetes-code-organization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,8 @@ periodics:
403403
- bash
404404
- -c
405405
- |
406-
export GOROOT_BOOTSTRAP=$(readlink -f $(dirname $(readlink -f $(which go)))/../..)
406+
export HOME="$(mktemp -d)"
407+
export GOROOT_BOOTSTRAP="$(go env GOROOT)"
407408
GIMME_DEBUG=true third_party/gimme/gimme master
408409
resources:
409410
limits:

0 commit comments

Comments
 (0)