Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kata-deploy: fix qemu static build on ppc64le #9914

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

Amulyam24
Copy link
Contributor

Do not install the packages librados-dev and librbd-dev as they are not needed for building static qemu.

Fixes: #9893

@katacontainersbot katacontainersbot added the size/tiny Smallest and simplest task label Jun 26, 2024
@Amulyam24 Amulyam24 requested a review from fidencio June 26, 2024 13:22
@Amulyam24 Amulyam24 added the do-not-merge PR has problems or depends on another label Jun 27, 2024
@Amulyam24
Copy link
Contributor Author

containerd and k8s jobs for ppc64le are failing to create a container, taking a look at it.

Do not install the packages librados-dev and librbd-dev as they are not needed for building static qemu.

Add machine option cap-ail-mode-3=off while creating the VM to qemu cmdline.
Fixes: kata-containers#9893

Signed-off-by: Amulyam24 <[email protected]>
@Amulyam24 Amulyam24 removed the do-not-merge PR has problems or depends on another label Jul 1, 2024
@Amulyam24
Copy link
Contributor Author

PR is ready for final review, issues resolved and minor change added. PTAL.

@Amulyam24 Amulyam24 merged commit dd12089 into kata-containers:main Jul 2, 2024
288 of 296 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test size/tiny Smallest and simplest task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

qemu build is failing ppc64le
4 participants