ci(kotlin): don't be verbose in building Rust (#5856)

Additional verbosity doesn't give us a lot more useful information but
spams the log a lot. We don't compile with `cargo --verbose` anywhere
else either.
This commit is contained in:
Thomas Eizinger
2024-07-16 07:54:16 +10:00
committed by GitHub
parent 7436f86332
commit 92a2a7852b

View File

@@ -232,7 +232,6 @@ cargo {
// Needed for Ubuntu 22.04
pythonCommand = "python3"
prebuiltToolchains = true
verbose = true
module = "../../../rust/connlib/clients/android"
libname = "connlib"
targets =