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

Fix installbuilder not able to produce complete artifacts for linux #855

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

umbynos
Copy link
Contributor

@umbynos umbynos commented Nov 16, 2023

Please check if the PR fulfills these requirements

  • The PR has no duplicates (please search among the Pull Requests
    before creating one)
  • Tests for the changes have been added (for bug fixes / features)
  • What kind of change does this PR introduce?

Installer Bug fix

  • What is the current behavior?

Fix #854

The condition was wrong: we were only using the else branch. This was causing the linux installers to not contain the actual binary. We do not support running installbuilder with linux as a target, we support linux-x64

  • What is the new behavior?

The installbuider linux installers are generated the right way.

  • Does this PR introduce a breaking change?

No

  • Other information:

The condition was wrong: we were only using the else branch.
This was causing the linux installers to not contain the actual binary.
We do not support running installbuilder with `linux` as a target, we support `linux-x64`
@umbynos umbynos added os: linux Specific to Linux operating system type: imperfection Perceived defect in any part of project labels Nov 16, 2023
@umbynos umbynos requested a review from cmaglie November 16, 2023 16:51
@umbynos umbynos self-assigned this Nov 16, 2023
@umbynos umbynos merged commit 13515f7 into main Nov 16, 2023
17 checks passed
@umbynos umbynos deleted the fix-installbuilder branch November 16, 2023 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os: linux Specific to Linux operating system type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

installbuilder binaries are incomplete
2 participants