You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installed version of cargo deb (1.26.0) does not support automatic systemd integration, leading to an error and exit(1) when encountering the required package.metadata.deb.systemd-units header.
Described here but it doesn't seem like anybody ever made an issue here.
Rebuilding the image should fix this.
A temporary workaround is to simply
cargo uninstall cargo-deb
cargo install cargo-deb
before using cargo deb.
Thanks for the otherwise excellent build image.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for this! I now will specify the version of cargo deb in the Dockerfile, so from now on if there is a new version it will be clear what is currently being used, and how to get to the latest version.
The build of this image takes a long time, but once its done I will publish a new version of this image. Thanks!
The installed version of
cargo deb
(1.26.0) does not support automatic systemd integration, leading to an error and exit(1) when encountering the requiredpackage.metadata.deb.systemd-units
header.Described here but it doesn't seem like anybody ever made an issue here.
Rebuilding the image should fix this.
A temporary workaround is to simply
before using
cargo deb
.Thanks for the otherwise excellent build image.
The text was updated successfully, but these errors were encountered: