mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -232,7 +232,6 @@ cargo {
|
||||
// Needed for Ubuntu 22.04
|
||||
pythonCommand = "python3"
|
||||
prebuiltToolchains = true
|
||||
verbose = true
|
||||
module = "../../../rust/connlib/clients/android"
|
||||
libname = "connlib"
|
||||
targets =
|
||||
|
||||
Reference in New Issue
Block a user