There is an updated pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages fix-cycle https://github.com/void-linux/void-packages/pull/36858 .github/workflows/cycle.yml: fix error message related to git 2.35.2+ the cycles CI has been spitting out 50k lines of: ``` fatal: unsafe repository ('/__w/void-packages/void-packages' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /__w/void-packages/void-packages ``` This should fix that A patch file from https://github.com/void-linux/void-packages/pull/36858.patch is attached