@jghodd - Sorry I haven't really spent much time with devtools - my usual process is paru -U --chroot
from the pkg repo - but big packages like this I just install it via github actions with a default arch install and report success/failure
For reference: https://github.com/envolution/aur/actions/runs/15808453642 was the rel-3 run and the build log with all the check resuls are in https://github.com/envolution/aur/actions/runs/15808453642/artifacts/3378312304 (folly/paru.log)
Pinned Comments
carsme commented on 2023-12-07 04:02 (UTC)
BREAKING CHANGE: This package now builds shared objects:
instead of the static libraries:
Downstream packages must move
folly
from themakedepends
todepends
array to stay functional.We are doing this change since dynamic rather than static linking between packages is more in line with Arch Linux packaging practices (or just Linux packaging practices in general).