Vincent Fazio

Results 83 comments of Vincent Fazio
trafficstars

I took a couple of hours to work up the CI on my fork. The results can be seen here: https://github.com/vfazio/libgpiod/actions/runs/8654825182 This example workflow triggers on tags named "bindings-python-*" (in...

I wouldn't say "urgent". Theres not much I can do since I do not control the pypi repo. But I did have some extra time today after getting off work...

> Hey @vfazio, have you had a chance to prepare a pull request to move this issue forward? I don’t see related PRs in this repo at this time. If...

I'd prefer to keep this as simple and friendly and make the barrier to entry as low as possible. If Bartosz doesn't want to use CI, then it can still...

If this is the case, I think the steps I used in my first post are sufficient as they do not use any github architecture and it depends solely on...

@brgl im not sure theres much of a patch to submit. Do you want me to write and submit some bash script you can run on your machine to perform...

That script creates the sdist but doesn't publish it. I can write some small script and place it in that directory that generates artifacts for publishing. This would include generating...

This is going to be fun.. I don't have an alpine x86 machine to test on. I only had alpine aarch64

Works on aarch64: ``` localhost:/tmp# python3 -m venv venv localhost:/tmp# . venv/bin/activate (venv) localhost:/tmp# pip install gpiod Collecting gpiod Downloading gpiod-2.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.metadata (3.2 kB) Downloading gpiod-2.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (96 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.0/97.0 kB...

Note that the symbols are undefined the same way between musl and glibc: musl ``` (venv) localhost:/tmp# readelf --dyn-syms venv/lib/python3.12/site-packages/gpio d/_ext.cpython-312-aarch64-linux-musl.so | grep Py | sort -k8 83: 0000000000000000 0...