Skip to content

Commit

Permalink
fix: resolve ci failed
Browse files Browse the repository at this point in the history
  • Loading branch information
zjregee committed Aug 25, 2024
1 parent 9db933d commit 1d2314e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/install_and_run_vm.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

sudo apt-get update
sudo apt-get install cloud-image-utils qemu -y
sudo apt-get install cloud-image-utils qemu qemu-kvm -y

cloud-localds seed.iso user-data meta-data

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following components are required:
### Install QEMU and VMs

```shell
$ sudo apt-get install qemu -y # debian/ubuntu
$ sudo apt-get install qemu qemu-kvm -y # debian/ubuntu
```

Download and install the VM, taking Ubuntu as an example:
Expand Down Expand Up @@ -61,7 +61,7 @@ guest# sudo mount -t virtiofs <fs-tag> <mount-point>

> Notes: For more examples or some useful Ubuntu unattended autoinstall scripts, see the scripts [here](./scripts/).
## Periodic Reports During GSoC 2024 And Acknowledgements
## Periodic Reports During GSoC 2024 and Acknowledgements

The following are reports from the implementation phase, all synchronized in the [OpenDAL dev mailing list](https://lists.apache.org/[email protected]).
- [05.12-05.19](./docs/reports/05.12-05.19.md)
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_and_run_vm.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

sudo apt-get update
sudo apt-get install cloud-image-utils qemu -y
sudo apt-get install cloud-image-utils qemu qemu-kvm -y

cloud-localds seed.iso user-data meta-data

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_and_run_vm_with_virtiofs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

sudo apt-get update
sudo apt-get install cloud-image-utils qemu -y
sudo apt-get install cloud-image-utils qemu qemu-kvm -y

cloud-localds seed.iso user-data meta-data

Expand Down

0 comments on commit 1d2314e

Please sign in to comment.