build: remove useless build scripts (copy & paste artifact)

This will also prevent some useless rebuilds. Using `--verbose` we can
observe that the build.rs causes frequent useless rebuilds - having
less is a good thing. They come from the dependency of `build.rs` to
the local git repository.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster 2025-11-27 16:45:17 +01:00 committed by Rob Bradford
parent 265d21b0c4
commit f104bcdb6b
3 changed files with 0 additions and 3 deletions

View file

@ -1,6 +1,5 @@
[package]
authors = ["The Cloud Hypervisor Authors"]
build = "../build.rs"
edition.workspace = true
name = "performance-metrics"
version = "0.1.0"

View file

@ -1,6 +1,5 @@
[package]
authors = ["The Cloud Hypervisor Authors"]
build = "../build.rs"
edition.workspace = true
name = "vhost_user_block"
version = "0.1.0"

View file

@ -1,6 +1,5 @@
[package]
authors = ["The Cloud Hypervisor Authors"]
build = "../build.rs"
edition.workspace = true
name = "vhost_user_net"
version = "0.1.0"