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

add support for win-arm64 #70

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
MACOSX_DEPLOYMENT_TARGET:
- '0'
MACOSX_SDK_VERSION:
- '0'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- win-arm64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
rust_arch:
- aarch64-pc-windows-msvc
rust_arch_env:
- AARCH64_PC_WINDOWS_MSVC
rust_arch_env_build:
- X86_64_UNKNOWN_LINUX_GNU
rust_default_cc:
- clang-cl
rust_default_cc_build:
- x86_64-conda-linux-gnu-cc
target_c_stdlib_version:
- '0'
target_platform:
- linux-64
version:
- 1.84.0
zip_keys:
- - cross_target_platform
- rust_arch
- rust_arch_env
- rust_default_cc
- MACOSX_SDK_VERSION
- MACOSX_DEPLOYMENT_TARGET
- target_c_stdlib_version
- channel_sources
- channel_targets
- version
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
MACOSX_DEPLOYMENT_TARGET:
- '0'
MACOSX_SDK_VERSION:
- '0'
cdt_name:
- conda
channel_sources:
- conda-forge/label/rust_dev,conda-forge
channel_targets:
- conda-forge rust_dev
cross_target_platform:
- win-arm64
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
rust_arch:
- aarch64-pc-windows-msvc
rust_arch_env:
- AARCH64_PC_WINDOWS_MSVC
rust_arch_env_build:
- X86_64_UNKNOWN_LINUX_GNU
rust_default_cc:
- clang-cl
rust_default_cc_build:
- x86_64-conda-linux-gnu-cc
target_c_stdlib_version:
- '0'
target_platform:
- linux-64
version:
- 1.86.0
zip_keys:
- - cross_target_platform
- rust_arch
- rust_arch_env
- rust_default_cc
- MACOSX_SDK_VERSION
- MACOSX_DEPLOYMENT_TARGET
- target_c_stdlib_version
- channel_sources
- channel_targets
- version
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- win-arm64
macos_machine:
- x86_64-apple-darwin13.4.0
rust_arch:
- aarch64-pc-windows-msvc
rust_arch_env:
- AARCH64_PC_WINDOWS_MSVC
rust_arch_env_build:
- X86_64_APPLE_DARWIN
rust_default_cc:
- clang-cl
rust_default_cc_build:
- x86_64-apple-darwin13.4.0-clang
target_c_stdlib_version:
- '10.13'
target_platform:
- osx-64
version:
- 1.84.0
zip_keys:
- - cross_target_platform
- rust_arch
- rust_arch_env
- rust_default_cc
- MACOSX_SDK_VERSION
- MACOSX_DEPLOYMENT_TARGET
- target_c_stdlib_version
- channel_sources
- channel_targets
- version
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- conda-forge/label/rust_dev,conda-forge
channel_targets:
- conda-forge rust_dev
cross_target_platform:
- win-arm64
macos_machine:
- x86_64-apple-darwin13.4.0
rust_arch:
- aarch64-pc-windows-msvc
rust_arch_env:
- AARCH64_PC_WINDOWS_MSVC
rust_arch_env_build:
- X86_64_APPLE_DARWIN
rust_default_cc:
- clang-cl
rust_default_cc_build:
- x86_64-apple-darwin13.4.0-clang
target_c_stdlib_version:
- '10.13'
target_platform:
- osx-64
version:
- 1.86.0
zip_keys:
- - cross_target_platform
- rust_arch
- rust_arch_env
- rust_default_cc
- MACOSX_SDK_VERSION
- MACOSX_DEPLOYMENT_TARGET
- target_c_stdlib_version
- channel_sources
- channel_targets
- version
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- win-arm64
macos_machine:
- arm64-apple-darwin20.0.0
rust_arch:
- aarch64-pc-windows-msvc
rust_arch_env:
- AARCH64_PC_WINDOWS_MSVC
rust_arch_env_build:
- AARCH64_APPLE_DARWIN
rust_default_cc:
- clang-cl
rust_default_cc_build:
- arm64-apple-darwin20.0.0-clang
target_c_stdlib_version:
- '11.0'
target_platform:
- osx-arm64
version:
- 1.84.0
zip_keys:
- - cross_target_platform
- rust_arch
- rust_arch_env
- rust_default_cc
- MACOSX_SDK_VERSION
- MACOSX_DEPLOYMENT_TARGET
- target_c_stdlib_version
- channel_sources
- channel_targets
- version
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
channel_sources:
- conda-forge/label/rust_dev,conda-forge
channel_targets:
- conda-forge rust_dev
cross_target_platform:
- win-arm64
macos_machine:
- arm64-apple-darwin20.0.0
rust_arch:
- aarch64-pc-windows-msvc
rust_arch_env:
- AARCH64_PC_WINDOWS_MSVC
rust_arch_env_build:
- AARCH64_APPLE_DARWIN
rust_default_cc:
- clang-cl
rust_default_cc_build:
- arm64-apple-darwin20.0.0-clang
target_c_stdlib_version:
- '11.0'
target_platform:
- osx-arm64
version:
- 1.86.0
zip_keys:
- - cross_target_platform
- rust_arch
- rust_arch_env
- rust_default_cc
- MACOSX_SDK_VERSION
- MACOSX_DEPLOYMENT_TARGET
- target_c_stdlib_version
- channel_sources
- channel_targets
- version
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
MACOSX_DEPLOYMENT_TARGET:
- '0'
MACOSX_SDK_VERSION:
- '0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- win-arm64
rust_arch:
- aarch64-pc-windows-msvc
rust_arch_env:
- AARCH64_PC_WINDOWS_MSVC
rust_arch_env_build:
- X86_64_PC_WINDOWS_MSVC
rust_default_cc:
- clang-cl
rust_default_cc_build:
- clang-cl
target_c_stdlib_version:
- '0'
target_platform:
- win-64
vc:
- '14'
version:
- 1.84.0
zip_keys:
- - cross_target_platform
- rust_arch
- rust_arch_env
- rust_default_cc
- MACOSX_SDK_VERSION
- MACOSX_DEPLOYMENT_TARGET
- target_c_stdlib_version
- channel_sources
- channel_targets
- version
Loading
Loading