Skip to content

chore(ci): update qemu build#2339

Draft
nevermarine wants to merge 2 commits into
mainfrom
chore/ci/rework-qemu-build
Draft

chore(ci): update qemu build#2339
nevermarine wants to merge 2 commits into
mainfrom
chore/ci/rework-qemu-build

Conversation

@nevermarine
Copy link
Copy Markdown
Collaborator

@nevermarine nevermarine commented May 12, 2026

Description

Update QEMU to 10.2.2, enable AVX2 and membarrier in the QEMU build configuration and disable seccomp support.

Why do we need it, and what problem does it solve?

The current QEMU build disables AVX2 and membarrier while keeping seccomp enabled. For our build and runtime requirements, we need QEMU with AVX2 and membarrier support, and without seccomp. This change aligns the image configuration with those requirements and produces a QEMU binary with the expected feature set.

What is the expected result?

  1. Build the QEMU image.
  2. Verify the configure step uses --enable-avx2 and --enable-membarrier.
  3. Verify seccomp is disabled via --disable-seccomp.
  4. Confirm the resulting QEMU binary is built successfully with the updated feature set.

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section: ci
type: chore
summary: "Enable AVX2 and membarrier and disable seccomp in the QEMU build configuration."
impact_level: low

Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
@nevermarine nevermarine added this to the v1.9.0 milestone May 12, 2026
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant