rust-vmm / linux-loader

Linux kernel loader
Apache License 2.0
182 stars 55 forks source link

remove build.rs #57

Closed andreeaflorescu closed 3 years ago

andreeaflorescu commented 3 years ago

Download the needed resources before running the tests. Do not use include_bytes! macro because it makes cargo check fail when the bzimage path does not work.

Build.rs is not a feasible solution because the build of linux-loader will fail on machines without network connectivity.

Reported-by: @rbradford