Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hubble-proxy: remove explicit binary stripping #11058

Merged
merged 1 commit into from Apr 21, 2020

Conversation

tklauser
Copy link
Member

Since commit 508fee9 ("make: strip symbol tables from all binaries
by default") all cilium binaries are stripped by default using Go linker
options -s and -w, unless NOSTRIP is set. Thus, don't unconditionally
strip the hubble-proxy binary but rely on the global behavior.

@tklauser tklauser added pending-review kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact. labels Apr 20, 2020
@tklauser tklauser requested a review from a team as a code owner April 20, 2020 11:48
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 Apr 20, 2020
@tklauser tklauser requested a review from a team April 20, 2020 11:48
@tklauser
Copy link
Member Author

tklauser commented Apr 20, 2020

test-me-please

EDIT: CI test timeout

@coveralls
Copy link

coveralls commented Apr 20, 2020

Coverage Status

Coverage increased (+0.02%) to 46.83% when pulling 3e2da7c on pr/tklauser/hubble-proxy-strip into c7b9f3e on master.

Since commit 508fee9 ("make: strip symbol tables from all binaries
by default") all cilium binaries are stripped by default using Go linker
options -s and -w, unless NOSTRIP is set. Thus, don't unconditionally
strip the hubble-proxy binary but rely on the global behavior.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
@tklauser tklauser force-pushed the pr/tklauser/hubble-proxy-strip branch from 146db19 to 3e2da7c Compare April 20, 2020 16:50
@tklauser
Copy link
Member Author

tklauser commented Apr 20, 2020

test-me-please

EDIT: hit #10118 https://jenkins.cilium.io/job/Cilium-PR-K8s-GKE/452/

@tklauser
Copy link
Member Author

restart-ginkgo

@tklauser
Copy link
Member Author

test-gke

@pchaigno pchaigno merged commit 84abbf8 into master Apr 21, 2020
1.8.0 automation moved this from In progress to Merged Apr 21, 2020
@pchaigno pchaigno deleted the pr/tklauser/hubble-proxy-strip branch April 21, 2020 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup This includes no functional changes. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

6 participants