mirror of
https://github.com/Z3Prover/z3
synced 2025-09-07 18:21:23 +00:00
Enable ARM64 support in .NET NuGet package (#7846)
* Initial plan * Enable ARM64 support in .NET NuGet package by adding Linux ARM64 and macOS ARM64 to os_info mapping Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
7005d04755
commit
449704ef64
1 changed files with 2 additions and 4 deletions
|
@ -28,12 +28,10 @@ os_info = { 'x64-ubuntu-latest' : ('so', 'linux-x64'),
|
|||
'x64-win' : ('dll', 'win-x64'),
|
||||
'x86-win' : ('dll', 'win-x86'),
|
||||
'x64-osx' : ('dylib', 'osx-x64'),
|
||||
'arm64-glibc' : ('so', 'linux-arm64'),
|
||||
'arm64-osx' : ('dylib', 'osx-arm64'),
|
||||
'debian' : ('so', 'linux-x64') }
|
||||
|
||||
# Nuget not supported for ARM
|
||||
#'arm-glibc-2.35' : ('so', 'linux-arm64'),
|
||||
#'arm64-osx' : ('dylib', 'osx-arm64'),
|
||||
|
||||
|
||||
|
||||
def classify_package(f, arch):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue