diff --git a/.ci_support/migrations/cuda_112_ppc64le_aarch64.yaml b/.ci_support/migrations/cuda_112_ppc64le_aarch64.yaml index 3b1495d2b..b1c089cdb 100644 --- a/.ci_support/migrations/cuda_112_ppc64le_aarch64.yaml +++ b/.ci_support/migrations/cuda_112_ppc64le_aarch64.yaml @@ -18,24 +18,24 @@ __migrator: use_local: true commit_message: "Rebuild for cuda for ppc64le and aarch64" -arm_variant_type: # [aarch64] - - sbsa # [aarch64] +arm_variant_type: # [1 != 1] + - sbsa # [1 != 1] -c_compiler_version: # [aarch64] - - 10 # [aarch64] -cxx_compiler_version: # [aarch64] - - 10 # [aarch64] -fortran_compiler_version: # [aarch64] - - 10 # [aarch64] +c_compiler_version: # [1 != 1] + - 10 # [1 != 1] +cxx_compiler_version: # [1 != 1] + - 10 # [1 != 1] +fortran_compiler_version: # [1 != 1] + - 10 # [1 != 1] -cuda_compiler_version: # [aarch64] - - 11.2 # [aarch64] +cuda_compiler_version: # [1 != 1] + - 11.2 # [1 != 1] -cudnn: # [aarch64] - - 8 # [aarch64] +cudnn: # [1 != 1] + - 8 # [1 != 1] -cdt_name: # [aarch64] - - cos7 # [aarch64] +cdt_name: # [1 != 1] + - cos7 # [1 != 1] -docker_image: # [os.environ.get("BUILD_PLATFORM", "").startswith("linux") and aarch64] - - quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 # [aarch64 and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"] +-docker_image: # [1 != 1] +- - quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 # [1 != 1] \ No newline at end of file diff --git a/conda-forge.yml b/conda-forge.yml index a6acb6d1c..fc6f9d6de 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -8,6 +8,7 @@ bot: - 7.0.x - 8.0.x build_platform: + linux_aarch64: linux_64 linux_ppc64le: linux_64 osx_arm64: osx_64 conda_forge_output_validation: true diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 107b8433a..d29d18d38 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -27,7 +27,7 @@ build: # CUDA builds on ppc64le currently run out of time on Travis CI. # It may be possible to move these to cross-compilation, but this will take additional work. # Hence this is skipped for now until this can be addressed. - skip: true # [linux and ppc64le and cuda_compiler_version != "None"] + skip: true # [linux and (aarch64 or ppc64le) and cuda_compiler_version != "None"] run_exports: - {{ pin_subpackage("arrow-cpp", max_pin="x.x.x") }}