From 9cd1d4c8eb0eea87cae23140aa19874239f540de Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 18 Apr 2023 04:55:16 +0000 Subject: [PATCH 1/2] migration: ArchRebuild --- conda-forge.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conda-forge.yml b/conda-forge.yml index e30df6f..82141db 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -1,6 +1,9 @@ -github: - branch_name: main - tooling_branch_name: main conda_build: error_overlinking: true conda_forge_output_validation: true +github: + branch_name: main + tooling_branch_name: main +provider: + linux_aarch64: default + linux_ppc64le: default From 9afd71de1bf8a8a84bf747abe521463af5cad260 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 18 Apr 2023 04:55:29 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and conda-forge-pinning 2023.04.18.01.55.25 --- .ci_support/linux_aarch64_.yaml | 16 ++++++++++++++++ .ci_support/linux_ppc64le_.yaml | 10 ++++++++++ .travis.yml | 27 +++++++++++++++++++++++++++ README.md | 23 ++++++++++++++++++++++- 4 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 .ci_support/linux_aarch64_.yaml create mode 100644 .ci_support/linux_ppc64le_.yaml create mode 100644 .travis.yml diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml new file mode 100644 index 0000000..a627dc0 --- /dev/null +++ b/.ci_support/linux_aarch64_.yaml @@ -0,0 +1,16 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +arm_variant_type: +- sbsa +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +target_platform: +- linux-aarch64 diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml new file mode 100644 index 0000000..b58e887 --- /dev/null +++ b/.ci_support/linux_ppc64le_.yaml @@ -0,0 +1,10 @@ +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +target_platform: +- linux-ppc64le diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..58a72eb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,27 @@ +# This file was generated automatically from conda-smithy. To update this configuration, +# update the conda-forge.yml and/or the recipe/meta.yaml. + +language: generic + + + +matrix: + include: + - env: CONFIG=linux_aarch64_ UPLOAD_PACKAGES=True PLATFORM=linux-aarch64 DOCKER_IMAGE=quay.io/condaforge/linux-anvil-aarch64 + os: linux + arch: arm64 + dist: focal + + - env: CONFIG=linux_ppc64le_ UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=quay.io/condaforge/linux-anvil-ppc64le + os: linux + arch: ppc64le + dist: focal + +script: + - export CI=travis + - export GIT_BRANCH="$TRAVIS_BRANCH" + - export FEEDSTOCK_NAME=$(basename ${TRAVIS_REPO_SLUG}) + - if [[ "${TRAVIS_PULL_REQUEST:-}" == "false" ]]; then export IS_PR_BUILD="False"; else export IS_PR_BUILD="True"; fi + + + - if [[ ${PLATFORM} =~ .*linux.* ]]; then CONDA_FORGE_DOCKER_RUN_ARGS="--network=host --security-opt=seccomp=unconfined" ./.scripts/run_docker_build.sh; fi \ No newline at end of file diff --git a/README.md b/README.md index 89010c3..1f439f3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,14 @@ Current build status ==================== -
Travis | ++ + + + | +
Azure | @@ -38,6 +45,20 @@ Current build status +|
linux_aarch64 | ++ + + + | +
linux_ppc64le | ++ + + + |