Bikeshed comment

This commit is contained in:
2026-04-23 13:57:37 +02:00
parent b0d79cbb26
commit fa2c6775c0

View File

@@ -53,8 +53,8 @@ prepare() {
}
build() {
# Specify `--target` so that the build artifacts ends up in target/<target>/release to
# avoid clashes with host system when running in a container with a mounted target folder.
# Specify `--target` so that build artifacts will end up in target/<target>/release
# This avoids clashes with host system when running in a container with a mounted target folder.
# Compile all binaries
cargo auditable build --release --locked \