Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add builds for linux-aarch64 and osx-arm64 #1

Merged
merged 6 commits into from
Apr 30, 2024

Conversation

traversaro
Copy link
Contributor

@traversaro traversaro commented Apr 29, 2024

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@traversaro
Copy link
Contributor Author

@conda-forge-admin, please rerender

@traversaro
Copy link
Contributor Author

@xela-95 now the ergocub package with gz-sim support should be available on all platforms.

@traversaro traversaro added the automerge Merge the PR when CI passes label Apr 29, 2024
Copy link
Contributor

github-actions bot commented Apr 29, 2024

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • azure: passed

Thus the PR was passing and merged! Have a great day!

@traversaro
Copy link
Contributor Author

ppc64le is failing due to missing idyntree (conda-forge/idyntree-feedstock#40), osx-arm64 due to missing yarp.

@traversaro
Copy link
Contributor Author

osx-arm64 due to missing yarp.

This is not true, osx-arm64 is failing as it is trying to use the host yarpidl_thrift instead of the build one:

2024-04-29T22:03:01.1914420Z [1/10] Generating code from idl.thrift
2024-04-29T22:03:01.1929750Z FAILED: src/modules/ergoCubEmotions/ergoCubEmotions_IDL.cpp src/modules/ergoCubEmotions/ergoCubEmotions_IDL.h /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/work/build/src/modules/ergoCubEmotions/ergoCubEmotions_IDL.cpp /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/work/build/src/modules/ergoCubEmotions/ergoCubEmotions_IDL.h 
2024-04-29T22:03:01.1998710Z cd /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/work/src/modules/ergoCubEmotions && /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/bin/yarpidl_thrift --gen yarp:include_prefix,no_namespace_prefix --I /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/work/src/modules/ergoCubEmotions --out /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/work/build/src/modules/ergoCubEmotions idl.thrift
2024-04-29T22:03:01.2004610Z /bin/sh: /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/bin/yarpidl_thrift: Bad CPU type in executable
2024-04-29T22:03:05.4070700Z [2/10] Building CXX object src/modules/couplingXCubHandMk5/CMakeFiles/yarp_couplingXCubHandMk5.dir/yarp_plugin_couplingXCubHandMk5.cpp.o
2024-04-29T22:03:07.0459580Z [3/10] Building CXX object tests/CMakeFiles/ergocub-model-test.dir/ergocub-model-test.cpp.o

@github-actions github-actions bot removed the automerge Merge the PR when CI passes label Apr 30, 2024
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

@traversaro
Copy link
Contributor Author

traversaro commented Apr 30, 2024

osx-arm64 due to missing yarp.

This is not true, osx-arm64 is failing as it is trying to use the host yarpidl_thrift instead of the build one:

2024-04-29T22:03:01.1914420Z [1/10] Generating code from idl.thrift
2024-04-29T22:03:01.1929750Z FAILED: src/modules/ergoCubEmotions/ergoCubEmotions_IDL.cpp src/modules/ergoCubEmotions/ergoCubEmotions_IDL.h /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/work/build/src/modules/ergoCubEmotions/ergoCubEmotions_IDL.cpp /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/work/build/src/modules/ergoCubEmotions/ergoCubEmotions_IDL.h 
2024-04-29T22:03:01.1998710Z cd /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/work/src/modules/ergoCubEmotions && /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/bin/yarpidl_thrift --gen yarp:include_prefix,no_namespace_prefix --I /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/work/src/modules/ergoCubEmotions --out /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/work/build/src/modules/ergoCubEmotions idl.thrift
2024-04-29T22:03:01.2004610Z /bin/sh: /Users/runner/miniforge3/conda-bld/ergocub-software-split_1714427676836/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/bin/yarpidl_thrift: Bad CPU type in executable
2024-04-29T22:03:05.4070700Z [2/10] Building CXX object src/modules/couplingXCubHandMk5/CMakeFiles/yarp_couplingXCubHandMk5.dir/yarp_plugin_couplingXCubHandMk5.cpp.o
2024-04-29T22:03:07.0459580Z [3/10] Building CXX object tests/CMakeFiles/ergocub-model-test.dir/ergocub-model-test.cpp.o

This was fixed by 34d267f, while I just disable ppc64le as I do not think there is any user on that platform (please open an issue otherwise).

@traversaro
Copy link
Contributor Author

@conda-forge-admin, please rerender

@traversaro traversaro changed the title Add builds for linux-aarch64, linux-ppc64le and osx-arm64 Add builds for linux-aarch64 and osx-arm64 Apr 30, 2024
@traversaro traversaro added the automerge Merge the PR when CI passes label Apr 30, 2024
@traversaro
Copy link
Contributor Author

@conda-forge-admin, please rerender

@github-actions github-actions bot removed the automerge Merge the PR when CI passes label Apr 30, 2024
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

@traversaro traversaro added the automerge Merge the PR when CI passes label Apr 30, 2024
@github-actions github-actions bot merged commit 9498a5f into conda-forge:main Apr 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the PR when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant