jeffdaily / parasail-python

Python bindings for the parasail C library.
Other
88 stars 17 forks source link

arm64 linux builds #76

Open cjw85 opened 2 weeks ago

cjw85 commented 2 weeks ago

I'm assuming the list of build platforms is supposed to contain the arm targets rather than duplicate x86 ones?

I've come back to this because some of my own CI on ARM for other projects has started failing when its building parasail python module from source. Seems most sensible to fix the issue at source for everyone.

jeffdaily commented 2 weeks ago

I went way back using git blame and cannot understand why I duplicated those lines in the first place. Thanks for looking into this. If CI passes I'm happy to merge this.

cjw85 commented 2 weeks ago

I just realised I don't think it will because arm64 runners are only a beta feature still on github actions.