tbbharaj

Results 6 issues of tbbharaj

This PR addresses the issue to build arm64 wheels. Successful [Build](https://travis-ci.com/github/tbbharaj/confluent-kafka-python/builds/232243754) If there are any questions/comments - I'd be happy fix things as needed. Issue: https://github.com/confluentinc/confluent-kafka-python/issues/1182 Thank you Tanveen

Description: Wheels for confluent-kafka-python doesn't exists in [pypi](https://pypi.org/project/confluent-kafka/#files) Solution: This PR: #1161 addresses the issue to build and publish aarch64 wheels for confluent-kafka Successful Builds: https://travis-ci.com/github/tbbharaj/confluent-kafka-python/builds/232243754 Checklist ========= Please provide...

Adding further debugging steps related to - git bisect - comparing kernel configs - checking sar -r

## What is the current behavior? [pypi.org](https://pypi.org/project/snowflake-connector-python/2.7.7/#files) missing aarch64 wheels. This is in continuation to closed [PR](https://github.com/snowflakedb/snowflake-connector-python/pull/801). I see github [workflows](https://github.com/snowflakedb/snowflake-connector-python/blob/main/.github/workflows/build_test.yml#L92) have been updated to build aarch64-wheels ## What is...

It looks like from [build_test.yml](https://github.com/snowflakedb/snowflake-connector-python/blob/main/.github/workflows/build_test.yml#L80) that aarch64 wheels are getting build but they are not getting published to pypi.org. Can we get aarch64 wheels published to [pypi.org](https://pypi.org/project/snowflake-connector-python/2.7.6/#files)?

Trying to compile wrk2 on arm, generates following error: ``` lj_arch.h:279:2: error: #error "No target architecture defined" #error "No target architecture defined" ``` Upgraded LuaJIT to 2.1 to make wrk2...