scripts: Remove the workaround for "with-serde" build error on AArch64

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
Michael Zhao
2020-07-31 15:53:23 +08:00
committed by Rob Bradford
parent afa8ecc90c
commit 44eccbe1af
5 changed files with 1 additions and 16 deletions

View File

@@ -16,12 +16,6 @@ sudo apt-get install libfdt-dev
## Build
Before building, a hack trick need to be performed to get rid of some build error in vmm component. See [this](https://github.com/cloud-hypervisor/kvm-bindings/pull/1) for more info about this temporary workaround.
```bash
sed -i 's/"with-serde",\ //g' hypervisor/Cargo.toml
```
For Virtio devices, you can choose MMIO or PCI as transport option.
### MMIO