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

don't require runtime to be set to install from source #1757

Merged

Conversation

theofficialgman
Copy link
Contributor

@theofficialgman theofficialgman commented Nov 6, 2024

@mjcheetham this should fix this #1633 (comment)

it also fixes as a side effect the alpine linux build from source being built against the wrong glibc linux (linux-x64) runtime instead of the correct musl linux (linux-musl-x64) runtime

full test run: https://github.com/theofficialgman/git-credential-manager/actions/runs/11706600286

Copy link
Collaborator

@mjcheetham mjcheetham left a comment

Choose a reason for hiding this comment

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

I think we should move away from using dpkg-architecture altogether if we can. How about uname -m instead in build.sh, and revert the other files?

src/linux/Packaging.Linux/build.sh Show resolved Hide resolved
src/linux/Packaging.Linux/layout.sh Show resolved Hide resolved
src/linux/Packaging.Linux/pack.sh Show resolved Hide resolved
Copy link
Collaborator

@mjcheetham mjcheetham left a comment

Choose a reason for hiding this comment

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

Fair points! Thanks for the clarifications and the fixes here 👍

@mjcheetham mjcheetham merged commit 17250be into git-ecosystem:main Nov 6, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants