]> git.ipfire.org Git - thirdparty/samba.git/commit
autobuild: Only enable rust build if cargo exists
authorDavid Mulder <dmulder@samba.org>
Thu, 29 Aug 2024 17:22:59 +0000 (11:22 -0600)
committerDavid Mulder <dmulder@samba.org>
Wed, 23 Oct 2024 14:21:34 +0000 (14:21 +0000)
commit24710a5f4e5c7a08280751c5d5221609a47b0206
treee8649ba8a8d6e9ea1b85c0fd9a27bc3b3ed45f4f
parent549f67a9e655149b1ede7e2858836cb7811cc78c
autobuild: Only enable rust build if cargo exists

We need to do this to prevent CI systems which
are missing cargo (Debian) from attempting to
configure with Rust.

Signed-off-by: David Mulder <dmulder@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
script/autobuild.py