The current build pipeline seems to fail on MacOs m1 with BigSur on building dav1d library.
Until CI providers have images with MacOs 10.15 there is no problem because of backward compatibility but the pipeline should be prepared to run on 11.* images.
So looking for volunteers who could:
- test build pipeline on MacOS 11.* on architecture x86_64 (I read that BigSur introduces some changes in shared libraries)
- help with fixing build pipeline for macOS M1 (arm) architecture.
After solving this it will be possible to provide python 3.9 wheels for macOS ARM and be prepared for python 3.10.
The current build pipeline seems to fail on MacOs m1 with BigSur on building
dav1dlibrary.Until CI providers have images with MacOs 10.15 there is no problem because of backward compatibility but the pipeline should be prepared to run on 11.* images.
So looking for volunteers who could:
After solving this it will be possible to provide python 3.9 wheels for macOS ARM and be prepared for python 3.10.