getsolus / ypkg

Modern, declarative, structured build format
https://getsol.us
GNU General Public License v3.0
22 stars 11 forks source link

Switch back to full fakeroot for package building to prevent build failures #92

Open TraceyC77 opened 1 month ago

TraceyC77 commented 1 month ago

In this commit we switched to "Only enable fakeroot during the install & check steps"

The reasoning was to reduce the overhead of package building and reduce build times. Unfortunately, this has caused multiple packages to fail to build. In turn this has caused us to spend time helping packagers find out why packages were not building and help fix them. We have traded one time sink for another.

For now, let's switch back to using full fakeroot.