serpent-os / moss

The safe, fast and sane package manager for Linux
https://serpentos.com
71 stars 9 forks source link

Ensure git hash is up-to-date for boulder #230

Closed tarkah closed 1 month ago

tarkah commented 1 month ago

All files under src are already rerun-if-changed by default, so those lines can be removed.

The new directives ensure that the moss build script is always recompiled if boulder or cargo lock changes. This should ensure that the boulder binary always has the latest commit SHA even if the underlying moss library did not change.