getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
21 stars 12 forks source link

builder: Don't use fakeroot #107

Closed joebonrichie closed 2 months ago

joebonrichie commented 3 months ago

We're inside of a clean rootfs container, we can just build as root, using fakeroot is unnecessary.

Depends on https://github.com/getsolus/ypkg/pull/94

Closes #66

ermo commented 2 months ago

I've built a couple of packages with this (with the requisite ypkg version built and installed in my local repo).

It appears to work.