Skip to content

Commit 622c635

Browse files
committed
debian/rules: Add debug output
Useful to debug the issue that the cargo wrapper executes the wrong cargo version
1 parent a3c75cd commit 622c635

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

debian/rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ override_dh_auto_build:
106106
DH_GOLANG_GO_GENERATE=1 dh_auto_build -- $(AUTHD_GO_PACKAGE)/pam
107107

108108
# Build the NSS library
109+
echo "PATH: $(PATH)"
110+
echo "Building NSS library with $$(which cargo) ($$(cargo --version))"
109111
cargo build --release
110112

111113
# Build the daemon

0 commit comments

Comments
 (0)