libbpf / ci

BPF CI
Other
10 stars 23 forks source link

ci: Install qemu tools before running qemu #42

Closed chantra closed 1 year ago

chantra commented 1 year ago

It seems that the tools are not available within the runner anymore:

https://github.com/kernel-patches/rcu-rc/actions/runs/3222971213/jobs/5272953366#step:5:30

https://gist.github.com/chantra/c456efce54e3477984fde89eb0c9c939#file-runner-log-L743

This change makes sure qemu for the different architectures we may support is installed.

After this change, run-qemu action was able to successfully start the VM.

Signed-off-by: Manu Bretelle chantr4@gmail.com