mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 06:18:58 +00:00
rust-agent: Treat warnings as error
Avoid the accumulation of warnings we had, as reported in #750. Fixes: #750 Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
default: build
|
||||
|
||||
build:
|
||||
cargo build -v
|
||||
RUSTFLAGS="--deny warnings" cargo build -v
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
|
Reference in New Issue
Block a user