Skip to content

Commit

Permalink
Merge pull request #26 from traversaro/droppc64le
Browse files Browse the repository at this point in the history
Disable ppc64le [v8]
  • Loading branch information
traversaro authored May 26, 2024
2 parents 74b3e32 + 625544b commit 2d00ecd
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 36 deletions.
4 changes: 0 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

21 changes: 0 additions & 21 deletions .ci_support/linux_ppc64le_.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_compiler:
- clang
c_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

7 changes: 0 additions & 7 deletions README.md

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

5 changes: 4 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ source:
- 996.patch

build:
number: 2
number: 3
# gz-sim requires gz-common's geospatial component, that requires
# gdal that is not available on ppc64le https://github.com/conda-forge/gdal-feedstock/issues/918
skip: true # [ppc64le]

outputs:
- name: {{ cxx_name }}
Expand Down

0 comments on commit 2d00ecd

Please sign in to comment.