Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

chore: don't use upx to compress built binaries #4571

Merged
merged 1 commit into from
Jul 8, 2021

Conversation

jackfrancis
Copy link
Member

Reason for Change:

This PR abandons the goal of compressing built binaries using upx. We've experienced reports of non-executable binaries after processing with upx, and it is a known outcome of depending upon upx that updates to the version of golang may require an update to upx. We'd rather optimize our ability to quickly track version movement in golang itself, and not be held back by golang <---> upx affinity.

Issue Fixed:

Fixes #4513

Credit Where Due:

Does this change contain code from or inspired by another project?

  • No
  • Yes

If "Yes," did you notify that project's maintainers and provide attribution?

  • No
  • Yes

Requirements:

Notes:

Copy link
Collaborator

@Michael-Sinz Michael-Sinz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@jackfrancis jackfrancis merged commit 24b9f61 into Azure:master Jul 8, 2021
@jackfrancis jackfrancis deleted the disable-upx branch July 8, 2021 21:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem running AKS-Engine on MAC: 32639 killed
4 participants