Add first support for Linux arm64#237
Closed
dennisameling wants to merge 3 commits intogit-ecosystem:mainfrom
dennisameling:add-linux-arm64-compatibility
Closed
Add first support for Linux arm64#237dennisameling wants to merge 3 commits intogit-ecosystem:mainfrom dennisameling:add-linux-arm64-compatibility
dennisameling wants to merge 3 commits intogit-ecosystem:mainfrom
dennisameling:add-linux-arm64-compatibility
Conversation
toot-gerly
approved these changes
Dec 11, 2020
Closed
Contributor
|
If it helps anyone else, here's how I built for 32-bit linux-arm: |
Merged
Contributor
|
Any chance on having this updated for github actions and merged? |
Contributor
|
Thanks for the contribution. We've since accepted another contributor's PR #1633 that adds both ARM64 and ARM32 support for Linux. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, trying to install Git Credential Manager Core on Linux arm64 (e.g. WSL2 on the Surface Pro X or Raspberry Pi 4) results in the following error:
This PR adds support for Linux arm64 builds, both when building natively on arm64 or while cross-compiling from an x86 host (in which case you can now run
dotnet build -c LinuxDebug -r linux-arm64).Can confirm it works on my arm64 Surface Pro X through WSL2 Ubuntu 🎉:
dennis@DESKTOP-8HTP3NV:~/repos/gmcoretest$ git-credential-manager-core --version Git Credential Manager version 2.0.301-beta+90596ecdf4 (Linux, .NET Core 3.1.10)Things that still need to happen AFAIK:
.debfiles at once in.github/run_esrp_signing.py, it currently only looks at the first.debfile it finds. How does that sound?