Skip to content

Commit

Permalink
Merge pull request #223 from akrherz/gh918_skip_ppc64le
Browse files Browse the repository at this point in the history
skip ppc64le due to missing upstreams
  • Loading branch information
xylar authored May 21, 2024
2 parents 0d3ed3a + e768555 commit 6a4d58b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 252 deletions.
20 changes: 0 additions & 20 deletions .azure-pipelines/azure-pipelines-linux.yml

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

39 changes: 0 additions & 39 deletions .ci_support/linux_ppc64le_numpy1.22python3.8.____cpython.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .ci_support/linux_ppc64le_numpy2.0python3.10.____cpython.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .ci_support/linux_ppc64le_numpy2.0python3.11.____cpython.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .ci_support/linux_ppc64le_numpy2.0python3.12.____cpython.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .ci_support/linux_ppc64le_numpy2.0python3.9.____cpython.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions README.md

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

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ source:
- 0001_listdir_order.patch

build:
number: 1
skip: true # [win and vc<14]
number: 2
skip: true # [(win and vc<14) or ppc64le]
script_env:
- GDAL_ENABLE_DEPRECATED_DRIVER_GTM=YES
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation # [unix]
Expand Down

0 comments on commit 6a4d58b

Please sign in to comment.