From 22b3ba85329fb4d29a05099e0345c88c8aa05888 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 2 Jun 2023 18:20:12 +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 b39d7526f111d185bb9043bf180bca12fe410d35 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 2 Jun 2023 18:20:24 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.23.1, and conda-forge-pinning 2023.06.02.16.26.35 --- .ci_support/linux_aarch64_.yaml | 27 +++++++++++++++++++++++++++ .ci_support/linux_ppc64le_.yaml | 21 +++++++++++++++++++++ .travis.yml | 27 +++++++++++++++++++++++++++ README.md | 23 ++++++++++++++++++++++- 4 files changed, 97 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..4f36128 --- /dev/null +++ b/.ci_support/linux_aarch64_.yaml @@ -0,0 +1,27 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +arm_variant_type: +- sbsa +c_compiler: +- gcc +c_compiler_version: +- '12' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml new file mode 100644 index 0000000..eb5daee --- /dev/null +++ b/.ci_support/linux_ppc64le_.yaml @@ -0,0 +1,21 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '12' +docker_image: +- quay.io/condaforge/linux-anvil-ppc64le +target_platform: +- linux-ppc64le +zip_keys: +- - c_compiler_version + - cxx_compiler_version 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 ff49127..55f42a3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,14 @@ Current build status ==================== - +
+ + + @@ -39,6 +46,20 @@ Current build status variant + + + + + +
Travis + + linux + +
Azure
linux_aarch64 + + variant + +
linux_ppc64le + + variant + +
win_64