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

Run test suite; cross-compile ppc #77

Merged
merged 5 commits into from
Oct 8, 2023
Merged

Conversation

h-vetinari
Copy link
Member

Split off from #76 to establish a baseline before the new 3.9.0

normally the easiest would be to install from the github
tarball and simply specifiy the `tests` folder in the test
section as under `source_files`, however it is very painful
to build aiohttp fully from source. Not least:
 * the submodule for the vendored llhttp needs to be included
 * need to cythonize, but `make cythonize` tries to reinstall
 * the C files refer to _build_ files of the vendored llhttp
 * building llhttp cannot be done (via CMake) without patching
 * building llhttp is only necessary for a few {.c,.h} files,
   and we need to avoid installing something into $PREFIX

So just have a parallel download of the sources to use for the tests.
@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.

@h-vetinari h-vetinari merged commit 214a403 into conda-forge:main Oct 8, 2023
31 checks passed
@h-vetinari h-vetinari deleted the tests branch October 8, 2023 11:41
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.

1 participant