Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pygobject installation for armhf (#20215)
Pycairo 1.27.0 was recently released, which requires cmake for the build. Pygobject depends on this, and the default of isolated builds means that any already-installed version of pycairo isn't used. Fix this by explicitly installing pycairo 1.26.0 and disabling build isolation. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
- Loading branch information