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

[WIP] Restore tests on emulated platforms #198

Draft
wants to merge 3 commits into
base: pyside6
Choose a base branch
from

Conversation

n-elie
Copy link
Contributor

@n-elie n-elie commented Aug 14, 2023

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.

@n-elie n-elie marked this pull request as draft August 14, 2023 12:20
@n-elie
Copy link
Contributor Author

n-elie commented Aug 14, 2023

@conda-forge-admin, please rerender

@hmaarrfk
Copy link
Contributor

You can recreate the failure locally with:

python build-locally.py --debug

# then, eventually
${PREFIX}/bin/python -c "import PySide6.Qt3DAnimation"

Likely need to install a CDT or something..... but i can't seem to fix it...

@n-elie
Copy link
Contributor Author

n-elie commented Aug 21, 2023

Thanks for the tip, I was not aware of the --debug switch.
However, I get a cannot excute binary file error when I try to run python.
I did:

$ (base) python build-locally.py linux_aarch64_python3.10.____cpython --debug
[conda@1f40b73b9780 work]$ cd /home/conda/feedstock_root/build_artifacts/debug_1692601628181/work/
[conda@1f40b73b9780 work]$ source build_env_setup.sh
[conda@1f40b73b9780 work]$ ${PREFIX}/bin/python -c "import PySide6.Qt3DAnimation"

@hmaarrfk
Copy link
Contributor

you might need to install qemu-binfmt-static or some similar package for your linux distro on your host.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants