Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
b1aae873
Unverified
Commit
b1aae873
authored
Nov 28, 2018
by
Christoph Blecker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use hermetic go environment for installing godep
This is unneeded, and causes this build environment to persist throughout the lifetime of any godep script.
parent
6e5176b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
util.sh
hack/lib/util.sh
+2
-4
No files found.
hack/lib/util.sh
View file @
b1aae873
...
@@ -456,10 +456,8 @@ kube::util::ensure_godep_version() {
...
@@ -456,10 +456,8 @@ kube::util::ensure_godep_version() {
# Otherwise, install forked godep
# Otherwise, install forked godep
kube::log::status
"Installing godep version
${
godep_target_version
}
"
kube::log::status
"Installing godep version
${
godep_target_version
}
"
# Run in hermetic GOPATH
GOBIN
=
"
${
KUBE_OUTPUT_BINPATH
}
"
go
install
k8s.io/kubernetes/third_party/forked/godep
kube::golang::setup_env
export
KUBE_GODEP
=
"
${
KUBE_OUTPUT_BINPATH
}
/godep"
go
install
k8s.io/kubernetes/third_party/forked/godep
export
KUBE_GODEP
=
"
${
KUBE_GOPATH
}
/bin/godep"
kube::log::status
"Installed
${
KUBE_GODEP
}
"
kube::log::status
"Installed
${
KUBE_GODEP
}
"
# Verify that the installed godep from fork is what we expect
# Verify that the installed godep from fork is what we expect
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment