odidev
odidev
Added support for linux aarch64 Following files has been modified: - **requirements_test.txt:** Updated the version of coverage and pillow - **.github/workflows/test.yml:** Added Aarch64 job with Python 3.8 for testing.
I am trying to use jira docker image over ARM64v8 but it seems it does not have an arm64 supported tag in the [docker hub](https://hub.docker.com/r/haxqer/jira/tags?page=1&ordering=last_updated) I have successfully built the...
While trying to build [armeria](https://github.com/line/armeria) for arm64, I am getting issue related to thrift's availability like this: `> A problem occurred starting process 'command '/home/armeria/gradle/scripts/lib/thrift/0.13/thrift.linux-aarch_64''` This issue is because, aarch64...
Added linux aarch64 wheel build support. Related to https://github.com/MSeifert04/iteration_utilities/issues/331, @MSeifert04 Could you please review this PR?
Problem --------- On aarch64, `pip install iteration_utilities` builds the wheels from source code and then installs it. It requires the user to have a development environment installed on their system....
Problem --------- On aarch64, pip install osqp-python builds the wheels from source code and then install it. It requires user to have development environment installed on his system. also, it...
Hi Team, I am working on openebs/cstor-operators. It seems that arm64 platform Docker images are not being tested in CI before release. Testing requires minikube to run on GitHub actions...
I have been working to build and test this package for amd64 and arm64 architectures. While testing this package with “pytest” getting connection error, it is trying to create a...
I had gone through this [PR ](https://github.com/sgerrand/docker-glibc-builder/pull/7)and found that the latest Dockerfile has the support for arm64. I have made the changes in following files to add the support for...
**Summary** Installing pendulum on aarch64 via pip using command "pip3 install pendulum" tries to build wheel from source code. **Problem description** pendulum doesn't have wheel for aarch64 on PyPI repository....