]> git.ipfire.org Git - people/stevee/pakfire.git/commit
build: Avoid having to steps when not using the snapshot
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Apr 2023 13:09:11 +0000 (13:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Apr 2023 13:09:11 +0000 (13:09 +0000)
commitb1a56d51d32484e060685d7f67ee18a9615781b1
tree17c748ba617530d61dc1d605b5317aa5a12aef02
parente9a944c72cffa65d1390b844a7ed182869e0173a
build: Avoid having to steps when not using the snapshot

The build environment can be cached in a snapshot which allows much
faster builds. But sometimes, we don't want to use the snapshot.

In those cases, we will install the default set of packages first and
then we will install the source package. In order to find any dependency
problems quicker, this is now being done in just one step.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/build.c