From f5c4c7aa98f06fc28de6c4335ebbdc015ca09a51 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Tue, 9 Apr 2024 20:58:40 +0200 Subject: [PATCH 1/2] Add linux_ppc64le --- conda-forge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda-forge.yml b/conda-forge.yml index 7d7079e..eaa76a1 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -2,6 +2,7 @@ bot: automerge: true build_platform: linux_aarch64: linux_64 + linux_ppc64le: linux_64 osx_arm64: osx_64 conda_build: pkg_format: '2' @@ -11,5 +12,6 @@ github: tooling_branch_name: main provider: linux_aarch64: default + linux_ppc64le: default win: azure test: native_and_emulated From 7ad0b970ce75dd97059b984591c94c957fad5069 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Tue, 9 Apr 2024 21:00:35 +0200 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.09.12.13.22 --- .azure-pipelines/azure-pipelines-linux.yml | 41 +++++++++++ .azure-pipelines/azure-pipelines-osx.yml | 1 + ...nux_64_nodejs18python3.10.____cpython.yaml | 7 ++ ...nux_64_nodejs18python3.11.____cpython.yaml | 7 ++ ...nux_64_nodejs18python3.12.____cpython.yaml | 7 ++ ...inux_64_nodejs18python3.8.____cpython.yaml | 7 ++ ...inux_64_nodejs18python3.9.____cpython.yaml | 7 ++ ...nux_64_nodejs20python3.10.____cpython.yaml | 7 ++ ...nux_64_nodejs20python3.11.____cpython.yaml | 7 ++ ...nux_64_nodejs20python3.12.____cpython.yaml | 7 ++ ...inux_64_nodejs20python3.8.____cpython.yaml | 7 ++ ...inux_64_nodejs20python3.9.____cpython.yaml | 7 ++ ...arch64_nodejs18python3.10.____cpython.yaml | 7 ++ ...arch64_nodejs18python3.11.____cpython.yaml | 7 ++ ...arch64_nodejs18python3.12.____cpython.yaml | 7 ++ ...aarch64_nodejs18python3.8.____cpython.yaml | 7 ++ ...aarch64_nodejs18python3.9.____cpython.yaml | 7 ++ ...arch64_nodejs20python3.10.____cpython.yaml | 7 ++ ...arch64_nodejs20python3.11.____cpython.yaml | 7 ++ ...arch64_nodejs20python3.12.____cpython.yaml | 7 ++ ...aarch64_nodejs20python3.8.____cpython.yaml | 7 ++ ...aarch64_nodejs20python3.9.____cpython.yaml | 7 ++ ...pc64le_nodejs18python3.10.____cpython.yaml | 29 ++++++++ ...pc64le_nodejs18python3.11.____cpython.yaml | 29 ++++++++ ...pc64le_nodejs18python3.12.____cpython.yaml | 29 ++++++++ ...ppc64le_nodejs18python3.8.____cpython.yaml | 29 ++++++++ ...ppc64le_nodejs18python3.9.____cpython.yaml | 29 ++++++++ ...pc64le_nodejs20python3.10.____cpython.yaml | 29 ++++++++ ...pc64le_nodejs20python3.11.____cpython.yaml | 29 ++++++++ ...pc64le_nodejs20python3.12.____cpython.yaml | 29 ++++++++ ...ppc64le_nodejs20python3.8.____cpython.yaml | 29 ++++++++ ...ppc64le_nodejs20python3.9.____cpython.yaml | 29 ++++++++ ...osx_64_nodejs18python3.10.____cpython.yaml | 4 ++ ...osx_64_nodejs18python3.11.____cpython.yaml | 4 ++ ...osx_64_nodejs18python3.12.____cpython.yaml | 4 ++ .../osx_64_nodejs18python3.8.____cpython.yaml | 4 ++ .../osx_64_nodejs18python3.9.____cpython.yaml | 4 ++ ...osx_64_nodejs20python3.10.____cpython.yaml | 4 ++ ...osx_64_nodejs20python3.11.____cpython.yaml | 4 ++ ...osx_64_nodejs20python3.12.____cpython.yaml | 4 ++ .../osx_64_nodejs20python3.8.____cpython.yaml | 4 ++ .../osx_64_nodejs20python3.9.____cpython.yaml | 4 ++ ..._arm64_nodejs18python3.10.____cpython.yaml | 4 ++ ..._arm64_nodejs18python3.11.____cpython.yaml | 4 ++ ..._arm64_nodejs18python3.12.____cpython.yaml | 4 ++ ...x_arm64_nodejs18python3.8.____cpython.yaml | 4 ++ ...x_arm64_nodejs18python3.9.____cpython.yaml | 4 ++ ..._arm64_nodejs20python3.10.____cpython.yaml | 4 ++ ..._arm64_nodejs20python3.11.____cpython.yaml | 4 ++ ..._arm64_nodejs20python3.12.____cpython.yaml | 4 ++ ...x_arm64_nodejs20python3.8.____cpython.yaml | 4 ++ ...x_arm64_nodejs20python3.9.____cpython.yaml | 4 ++ .scripts/build_steps.sh | 6 +- .scripts/run_osx_build.sh | 6 +- README.md | 70 +++++++++++++++++++ build-locally.py | 5 +- 56 files changed, 631 insertions(+), 8 deletions(-) create mode 100644 .ci_support/linux_ppc64le_nodejs18python3.10.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_nodejs18python3.11.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_nodejs18python3.12.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_nodejs18python3.8.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_nodejs18python3.9.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_nodejs20python3.10.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_nodejs20python3.11.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_nodejs20python3.12.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_nodejs20python3.8.____cpython.yaml create mode 100644 .ci_support/linux_ppc64le_nodejs20python3.9.____cpython.yaml diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 5680295..fade2c8 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -88,7 +88,48 @@ jobs: CONFIG: linux_aarch64_nodejs20python3.9.____cpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_nodejs18python3.10.____cpython: + CONFIG: linux_ppc64le_nodejs18python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_nodejs18python3.11.____cpython: + CONFIG: linux_ppc64le_nodejs18python3.11.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_nodejs18python3.12.____cpython: + CONFIG: linux_ppc64le_nodejs18python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_nodejs18python3.8.____cpython: + CONFIG: linux_ppc64le_nodejs18python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_nodejs18python3.9.____cpython: + CONFIG: linux_ppc64le_nodejs18python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_nodejs20python3.10.____cpython: + CONFIG: linux_ppc64le_nodejs20python3.10.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_nodejs20python3.11.____cpython: + CONFIG: linux_ppc64le_nodejs20python3.11.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_nodejs20python3.12.____cpython: + CONFIG: linux_ppc64le_nodejs20python3.12.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_nodejs20python3.8.____cpython: + CONFIG: linux_ppc64le_nodejs20python3.8.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 + linux_ppc64le_nodejs20python3.9.____cpython: + CONFIG: linux_ppc64le_nodejs20python3.9.____cpython + UPLOAD_PACKAGES: 'True' + DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 timeoutInMinutes: 360 + variables: {} steps: # configure qemu binfmt-misc running. This allows us to run docker containers diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 1a32935..c0928d3 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -69,6 +69,7 @@ jobs: CONFIG: osx_arm64_nodejs20python3.9.____cpython UPLOAD_PACKAGES: 'True' timeoutInMinutes: 360 + variables: {} steps: # TODO: Fast finish on azure pipelines? diff --git a/.ci_support/linux_64_nodejs18python3.10.____cpython.yaml b/.ci_support/linux_64_nodejs18python3.10.____cpython.yaml index 7caf9de..053ad47 100644 --- a/.ci_support/linux_64_nodejs18python3.10.____cpython.yaml +++ b/.ci_support/linux_64_nodejs18python3.10.____cpython.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -20,3 +24,6 @@ python: - 3.10.* *_cpython target_platform: - linux-64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_nodejs18python3.11.____cpython.yaml b/.ci_support/linux_64_nodejs18python3.11.____cpython.yaml index 406f5ef..a581b63 100644 --- a/.ci_support/linux_64_nodejs18python3.11.____cpython.yaml +++ b/.ci_support/linux_64_nodejs18python3.11.____cpython.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -20,3 +24,6 @@ python: - 3.11.* *_cpython target_platform: - linux-64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_nodejs18python3.12.____cpython.yaml b/.ci_support/linux_64_nodejs18python3.12.____cpython.yaml index d484f25..ccf893d 100644 --- a/.ci_support/linux_64_nodejs18python3.12.____cpython.yaml +++ b/.ci_support/linux_64_nodejs18python3.12.____cpython.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -20,3 +24,6 @@ python: - 3.12.* *_cpython target_platform: - linux-64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_nodejs18python3.8.____cpython.yaml b/.ci_support/linux_64_nodejs18python3.8.____cpython.yaml index 8935c04..3685d8e 100644 --- a/.ci_support/linux_64_nodejs18python3.8.____cpython.yaml +++ b/.ci_support/linux_64_nodejs18python3.8.____cpython.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -20,3 +24,6 @@ python: - 3.8.* *_cpython target_platform: - linux-64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_nodejs18python3.9.____cpython.yaml b/.ci_support/linux_64_nodejs18python3.9.____cpython.yaml index 92bad4e..66182a3 100644 --- a/.ci_support/linux_64_nodejs18python3.9.____cpython.yaml +++ b/.ci_support/linux_64_nodejs18python3.9.____cpython.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -20,3 +24,6 @@ python: - 3.9.* *_cpython target_platform: - linux-64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_nodejs20python3.10.____cpython.yaml b/.ci_support/linux_64_nodejs20python3.10.____cpython.yaml index 23911a8..3999946 100644 --- a/.ci_support/linux_64_nodejs20python3.10.____cpython.yaml +++ b/.ci_support/linux_64_nodejs20python3.10.____cpython.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -20,3 +24,6 @@ python: - 3.10.* *_cpython target_platform: - linux-64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_nodejs20python3.11.____cpython.yaml b/.ci_support/linux_64_nodejs20python3.11.____cpython.yaml index 6a06c6d..80a09fc 100644 --- a/.ci_support/linux_64_nodejs20python3.11.____cpython.yaml +++ b/.ci_support/linux_64_nodejs20python3.11.____cpython.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -20,3 +24,6 @@ python: - 3.11.* *_cpython target_platform: - linux-64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_nodejs20python3.12.____cpython.yaml b/.ci_support/linux_64_nodejs20python3.12.____cpython.yaml index 3482cc8..1d80a23 100644 --- a/.ci_support/linux_64_nodejs20python3.12.____cpython.yaml +++ b/.ci_support/linux_64_nodejs20python3.12.____cpython.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -20,3 +24,6 @@ python: - 3.12.* *_cpython target_platform: - linux-64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_nodejs20python3.8.____cpython.yaml b/.ci_support/linux_64_nodejs20python3.8.____cpython.yaml index da16cbe..59116ae 100644 --- a/.ci_support/linux_64_nodejs20python3.8.____cpython.yaml +++ b/.ci_support/linux_64_nodejs20python3.8.____cpython.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -20,3 +24,6 @@ python: - 3.8.* *_cpython target_platform: - linux-64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_64_nodejs20python3.9.____cpython.yaml b/.ci_support/linux_64_nodejs20python3.9.____cpython.yaml index c2fcdab..58aaffd 100644 --- a/.ci_support/linux_64_nodejs20python3.9.____cpython.yaml +++ b/.ci_support/linux_64_nodejs20python3.9.____cpython.yaml @@ -2,6 +2,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.12' cdt_name: - cos6 channel_sources: @@ -20,3 +24,6 @@ python: - 3.9.* *_cpython target_platform: - linux-64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_nodejs18python3.10.____cpython.yaml b/.ci_support/linux_aarch64_nodejs18python3.10.____cpython.yaml index 5d1a606..41ec498 100644 --- a/.ci_support/linux_aarch64_nodejs18python3.10.____cpython.yaml +++ b/.ci_support/linux_aarch64_nodejs18python3.10.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -24,3 +28,6 @@ python: - 3.10.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_nodejs18python3.11.____cpython.yaml b/.ci_support/linux_aarch64_nodejs18python3.11.____cpython.yaml index 77bc06e..353a86b 100644 --- a/.ci_support/linux_aarch64_nodejs18python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_nodejs18python3.11.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -24,3 +28,6 @@ python: - 3.11.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_nodejs18python3.12.____cpython.yaml b/.ci_support/linux_aarch64_nodejs18python3.12.____cpython.yaml index c438a36..f6107eb 100644 --- a/.ci_support/linux_aarch64_nodejs18python3.12.____cpython.yaml +++ b/.ci_support/linux_aarch64_nodejs18python3.12.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -24,3 +28,6 @@ python: - 3.12.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_nodejs18python3.8.____cpython.yaml b/.ci_support/linux_aarch64_nodejs18python3.8.____cpython.yaml index 8856b02..6e4dd64 100644 --- a/.ci_support/linux_aarch64_nodejs18python3.8.____cpython.yaml +++ b/.ci_support/linux_aarch64_nodejs18python3.8.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -24,3 +28,6 @@ python: - 3.8.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_nodejs18python3.9.____cpython.yaml b/.ci_support/linux_aarch64_nodejs18python3.9.____cpython.yaml index 35a6a7e..9aa8b0e 100644 --- a/.ci_support/linux_aarch64_nodejs18python3.9.____cpython.yaml +++ b/.ci_support/linux_aarch64_nodejs18python3.9.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -24,3 +28,6 @@ python: - 3.9.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_nodejs20python3.10.____cpython.yaml b/.ci_support/linux_aarch64_nodejs20python3.10.____cpython.yaml index 03d3524..2e9a1fb 100644 --- a/.ci_support/linux_aarch64_nodejs20python3.10.____cpython.yaml +++ b/.ci_support/linux_aarch64_nodejs20python3.10.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -24,3 +28,6 @@ python: - 3.10.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_nodejs20python3.11.____cpython.yaml b/.ci_support/linux_aarch64_nodejs20python3.11.____cpython.yaml index 0be6ac0..8af8017 100644 --- a/.ci_support/linux_aarch64_nodejs20python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_nodejs20python3.11.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -24,3 +28,6 @@ python: - 3.11.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_nodejs20python3.12.____cpython.yaml b/.ci_support/linux_aarch64_nodejs20python3.12.____cpython.yaml index 331f6b9..f4255cd 100644 --- a/.ci_support/linux_aarch64_nodejs20python3.12.____cpython.yaml +++ b/.ci_support/linux_aarch64_nodejs20python3.12.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -24,3 +28,6 @@ python: - 3.12.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_nodejs20python3.8.____cpython.yaml b/.ci_support/linux_aarch64_nodejs20python3.8.____cpython.yaml index d937bc7..06bc945 100644 --- a/.ci_support/linux_aarch64_nodejs20python3.8.____cpython.yaml +++ b/.ci_support/linux_aarch64_nodejs20python3.8.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -24,3 +28,6 @@ python: - 3.8.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_aarch64_nodejs20python3.9.____cpython.yaml b/.ci_support/linux_aarch64_nodejs20python3.9.____cpython.yaml index 979b1f7..9b92e5b 100644 --- a/.ci_support/linux_aarch64_nodejs20python3.9.____cpython.yaml +++ b/.ci_support/linux_aarch64_nodejs20python3.9.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - gcc c_compiler_version: - '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' cdt_arch: - aarch64 cdt_name: @@ -24,3 +28,6 @@ python: - 3.9.* *_cpython target_platform: - linux-aarch64 +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_nodejs18python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_nodejs18python3.10.____cpython.yaml new file mode 100644 index 0000000..b886d35 --- /dev/null +++ b/.ci_support/linux_ppc64le_nodejs18python3.10.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +nodejs: +- '18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_nodejs18python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_nodejs18python3.11.____cpython.yaml new file mode 100644 index 0000000..831c458 --- /dev/null +++ b/.ci_support/linux_ppc64le_nodejs18python3.11.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +nodejs: +- '18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_nodejs18python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_nodejs18python3.12.____cpython.yaml new file mode 100644 index 0000000..1be002e --- /dev/null +++ b/.ci_support/linux_ppc64le_nodejs18python3.12.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +nodejs: +- '18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_nodejs18python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_nodejs18python3.8.____cpython.yaml new file mode 100644 index 0000000..3a137cf --- /dev/null +++ b/.ci_support/linux_ppc64le_nodejs18python3.8.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +nodejs: +- '18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_nodejs18python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_nodejs18python3.9.____cpython.yaml new file mode 100644 index 0000000..9a204a0 --- /dev/null +++ b/.ci_support/linux_ppc64le_nodejs18python3.9.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +nodejs: +- '18' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_nodejs20python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_nodejs20python3.10.____cpython.yaml new file mode 100644 index 0000000..eebe1b5 --- /dev/null +++ b/.ci_support/linux_ppc64le_nodejs20python3.10.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +nodejs: +- '20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.10.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_nodejs20python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_nodejs20python3.11.____cpython.yaml new file mode 100644 index 0000000..30be8f3 --- /dev/null +++ b/.ci_support/linux_ppc64le_nodejs20python3.11.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +nodejs: +- '20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.11.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_nodejs20python3.12.____cpython.yaml b/.ci_support/linux_ppc64le_nodejs20python3.12.____cpython.yaml new file mode 100644 index 0000000..b1d141b --- /dev/null +++ b/.ci_support/linux_ppc64le_nodejs20python3.12.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +nodejs: +- '20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_nodejs20python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_nodejs20python3.8.____cpython.yaml new file mode 100644 index 0000000..d162b6d --- /dev/null +++ b/.ci_support/linux_ppc64le_nodejs20python3.8.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +nodejs: +- '20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.8.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/linux_ppc64le_nodejs20python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_nodejs20python3.9.____cpython.yaml new file mode 100644 index 0000000..2e5222b --- /dev/null +++ b/.ci_support/linux_ppc64le_nodejs20python3.9.____cpython.yaml @@ -0,0 +1,29 @@ +c_compiler: +- gcc +c_compiler_version: +- '12' +c_stdlib: +- sysroot +c_stdlib_version: +- '2.17' +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +docker_image: +- quay.io/condaforge/linux-anvil-cos7-x86_64 +nodejs: +- '20' +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.9.* *_cpython +target_platform: +- linux-ppc64le +zip_keys: +- - c_stdlib_version + - cdt_name diff --git a/.ci_support/osx_64_nodejs18python3.10.____cpython.yaml b/.ci_support/osx_64_nodejs18python3.10.____cpython.yaml index 09d1321..0ebaed2 100644 --- a/.ci_support/osx_64_nodejs18python3.10.____cpython.yaml +++ b/.ci_support/osx_64_nodejs18python3.10.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_nodejs18python3.11.____cpython.yaml b/.ci_support/osx_64_nodejs18python3.11.____cpython.yaml index 9a6762e..d9457af 100644 --- a/.ci_support/osx_64_nodejs18python3.11.____cpython.yaml +++ b/.ci_support/osx_64_nodejs18python3.11.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_nodejs18python3.12.____cpython.yaml b/.ci_support/osx_64_nodejs18python3.12.____cpython.yaml index 438da0c..29cd156 100644 --- a/.ci_support/osx_64_nodejs18python3.12.____cpython.yaml +++ b/.ci_support/osx_64_nodejs18python3.12.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_nodejs18python3.8.____cpython.yaml b/.ci_support/osx_64_nodejs18python3.8.____cpython.yaml index 7d4eaa3..9c0ba1e 100644 --- a/.ci_support/osx_64_nodejs18python3.8.____cpython.yaml +++ b/.ci_support/osx_64_nodejs18python3.8.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_nodejs18python3.9.____cpython.yaml b/.ci_support/osx_64_nodejs18python3.9.____cpython.yaml index 1aab3b4..4f958be 100644 --- a/.ci_support/osx_64_nodejs18python3.9.____cpython.yaml +++ b/.ci_support/osx_64_nodejs18python3.9.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_nodejs20python3.10.____cpython.yaml b/.ci_support/osx_64_nodejs20python3.10.____cpython.yaml index 85fb941..948d5ea 100644 --- a/.ci_support/osx_64_nodejs20python3.10.____cpython.yaml +++ b/.ci_support/osx_64_nodejs20python3.10.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_nodejs20python3.11.____cpython.yaml b/.ci_support/osx_64_nodejs20python3.11.____cpython.yaml index 8622bbc..8837890 100644 --- a/.ci_support/osx_64_nodejs20python3.11.____cpython.yaml +++ b/.ci_support/osx_64_nodejs20python3.11.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_nodejs20python3.12.____cpython.yaml b/.ci_support/osx_64_nodejs20python3.12.____cpython.yaml index 1ea9ea0..38be657 100644 --- a/.ci_support/osx_64_nodejs20python3.12.____cpython.yaml +++ b/.ci_support/osx_64_nodejs20python3.12.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_nodejs20python3.8.____cpython.yaml b/.ci_support/osx_64_nodejs20python3.8.____cpython.yaml index 22a2c6c..ab1bb90 100644 --- a/.ci_support/osx_64_nodejs20python3.8.____cpython.yaml +++ b/.ci_support/osx_64_nodejs20python3.8.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_64_nodejs20python3.9.____cpython.yaml b/.ci_support/osx_64_nodejs20python3.9.____cpython.yaml index 7cab070..0a27b09 100644 --- a/.ci_support/osx_64_nodejs20python3.9.____cpython.yaml +++ b/.ci_support/osx_64_nodejs20python3.9.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '10.9' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_nodejs18python3.10.____cpython.yaml b/.ci_support/osx_arm64_nodejs18python3.10.____cpython.yaml index bb58453..18b0b13 100644 --- a/.ci_support/osx_arm64_nodejs18python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_nodejs18python3.10.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_nodejs18python3.11.____cpython.yaml b/.ci_support/osx_arm64_nodejs18python3.11.____cpython.yaml index 251feeb..7d3f07c 100644 --- a/.ci_support/osx_arm64_nodejs18python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_nodejs18python3.11.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_nodejs18python3.12.____cpython.yaml b/.ci_support/osx_arm64_nodejs18python3.12.____cpython.yaml index dab51ac..bdc29d7 100644 --- a/.ci_support/osx_arm64_nodejs18python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_nodejs18python3.12.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_nodejs18python3.8.____cpython.yaml b/.ci_support/osx_arm64_nodejs18python3.8.____cpython.yaml index 1435017..4044d39 100644 --- a/.ci_support/osx_arm64_nodejs18python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_nodejs18python3.8.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_nodejs18python3.9.____cpython.yaml b/.ci_support/osx_arm64_nodejs18python3.9.____cpython.yaml index dfeebf6..afc762e 100644 --- a/.ci_support/osx_arm64_nodejs18python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_nodejs18python3.9.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_nodejs20python3.10.____cpython.yaml b/.ci_support/osx_arm64_nodejs20python3.10.____cpython.yaml index 447ad67..b5f6e8e 100644 --- a/.ci_support/osx_arm64_nodejs20python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_nodejs20python3.10.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_nodejs20python3.11.____cpython.yaml b/.ci_support/osx_arm64_nodejs20python3.11.____cpython.yaml index 6c47466..6927acc 100644 --- a/.ci_support/osx_arm64_nodejs20python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_nodejs20python3.11.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_nodejs20python3.12.____cpython.yaml b/.ci_support/osx_arm64_nodejs20python3.12.____cpython.yaml index 828dd96..0eac9c6 100644 --- a/.ci_support/osx_arm64_nodejs20python3.12.____cpython.yaml +++ b/.ci_support/osx_arm64_nodejs20python3.12.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_nodejs20python3.8.____cpython.yaml b/.ci_support/osx_arm64_nodejs20python3.8.____cpython.yaml index 14fb1b8..d427678 100644 --- a/.ci_support/osx_arm64_nodejs20python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_nodejs20python3.8.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.ci_support/osx_arm64_nodejs20python3.9.____cpython.yaml b/.ci_support/osx_arm64_nodejs20python3.9.____cpython.yaml index 9388249..652377d 100644 --- a/.ci_support/osx_arm64_nodejs20python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_nodejs20python3.9.____cpython.yaml @@ -4,6 +4,10 @@ c_compiler: - clang c_compiler_version: - '16' +c_stdlib: +- macosx_deployment_target +c_stdlib_version: +- '11.0' channel_sources: - conda-forge channel_targets: diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index beda247..899ba03 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -34,9 +34,9 @@ CONDARC export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1 mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build boa conda-forge-ci-setup=4 + pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1" mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build boa conda-forge-ci-setup=4 + pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1" # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" @@ -68,7 +68,7 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then # Drop into an interactive shell /bin/bash else - conda mambabuild "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ + conda-build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \ --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}" diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index 9259eb9..07dff21 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -26,9 +26,9 @@ export CONDA_SOLVER="libmamba" export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1 mamba install --update-specs --quiet --yes --channel conda-forge --strict-channel-priority \ - pip mamba conda-build boa conda-forge-ci-setup=4 + pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1" mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build boa conda-forge-ci-setup=4 + pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1" @@ -81,7 +81,7 @@ else EXTRA_CB_OPTIONS="${EXTRA_CB_OPTIONS:-} --no-test" fi - conda mambabuild ./recipe -m ./.ci_support/${CONFIG}.yaml \ + conda-build ./recipe -m ./.ci_support/${CONFIG}.yaml \ --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file ./.ci_support/clobber_${CONFIG}.yaml \ --extra-meta flow_run_id="$flow_run_id" remote_url="$remote_url" sha="$sha" diff --git a/README.md b/README.md index ef5f25b..0c22c80 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,76 @@ Current build status variant + + linux_ppc64le_nodejs18python3.10.____cpython + + + variant + + + + linux_ppc64le_nodejs18python3.11.____cpython + + + variant + + + + linux_ppc64le_nodejs18python3.12.____cpython + + + variant + + + + linux_ppc64le_nodejs18python3.8.____cpython + + + variant + + + + linux_ppc64le_nodejs18python3.9.____cpython + + + variant + + + + linux_ppc64le_nodejs20python3.10.____cpython + + + variant + + + + linux_ppc64le_nodejs20python3.11.____cpython + + + variant + + + + linux_ppc64le_nodejs20python3.12.____cpython + + + variant + + + + linux_ppc64le_nodejs20python3.8.____cpython + + + variant + + + + linux_ppc64le_nodejs20python3.9.____cpython + + + variant + + osx_64_nodejs18python3.10.____cpython diff --git a/build-locally.py b/build-locally.py index 3f4b7a7..e0d408d 100755 --- a/build-locally.py +++ b/build-locally.py @@ -64,8 +64,9 @@ def verify_config(ns): elif ns.config.startswith("osx"): if "OSX_SDK_DIR" not in os.environ: raise RuntimeError( - "Need OSX_SDK_DIR env variable set. Run 'export OSX_SDK_DIR=SDKs' " - "to download the SDK automatically to 'SDKs/MacOSX.sdk'. " + "Need OSX_SDK_DIR env variable set. Run 'export OSX_SDK_DIR=$PWD/SDKs' " + "to download the SDK automatically to '$PWD/SDKs/MacOSX.sdk'. " + "Note: OSX_SDK_DIR must be set to an absolute path. " "Setting this variable implies agreement to the licensing terms of the SDK by Apple." )