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

kafka-python: Fixed crc32c availability on non-intel architectures. #1904

Merged
merged 1 commit into from
Sep 25, 2019

Conversation

ossdev07
Copy link
Contributor

@ossdev07 ossdev07 commented Sep 19, 2019

requirements-dev.txt: The crc32c version mentioned in this file is 1.5, which fails to compile on non-intel archs. Refer ICRAR/crc32c#6 . It has been fixed since version 1.6.

tox.ini: As mentioned in crc32c github page https://github.com/ICRAR/crc32c , all non-intel architectures have to use the software implementation of it since the hardware its specific to isn't available on non-intel archs. So, to successfully run the test cases, we need to set the environment variable CRC32C_SW_MODE = auto .


This change is Reviewable

Signed-off-by: ossdev <ossdev@puresoftware.com>
@tvoinarovskyi
Copy link
Collaborator

Nice, thank you!

@ossdev07 ossdev07 changed the title kafka-python: Fixed crc32c avilability on non-intel architectures. kafka-python: Fixed crc32c availability on non-intel architectures. Sep 19, 2019
@jeffwidman jeffwidman merged commit 5e4d151 into dpkp:master Sep 25, 2019
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.

3 participants