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
76a0a7df
Commit
76a0a7df
authored
May 19, 2015
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shush minor stdout noise on builds
parent
441f69f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
golang.sh
hack/lib/golang.sh
+2
-2
No files found.
hack/lib/golang.sh
View file @
76a0a7df
...
@@ -364,12 +364,12 @@ kube::golang::build_binaries_for_platform() {
...
@@ -364,12 +364,12 @@ kube::golang::build_binaries_for_platform() {
# Go 1.4 added -o to control where the binary is saved, but Go 1.3 doesn't
# Go 1.4 added -o to control where the binary is saved, but Go 1.3 doesn't
# have this flag. Whenever we deprecate go 1.3, update to use -o instead of
# have this flag. Whenever we deprecate go 1.3, update to use -o instead of
# changing into the output directory.
# changing into the output directory.
pushd
"
$(
dirname
${
outfile
})
"
pushd
"
$(
dirname
${
outfile
})
"
>
/dev/null
go
test
-c
\
go
test
-c
\
"
${
goflags
[@]
:+
${
goflags
[@]
}}
"
\
"
${
goflags
[@]
:+
${
goflags
[@]
}}
"
\
-ldflags
"
${
version_ldflags
}
"
\
-ldflags
"
${
version_ldflags
}
"
\
"
$(
dirname
${
test
})
"
"
$(
dirname
${
test
})
"
popd
popd
>
/dev/null
done
done
}
}
...
...
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