Open
Conversation
62157b8 to
922a99b
Compare
922a99b to
40c2fc6
Compare
f39933b to
1e15bda
Compare
Signed-off-by: Anton Fomichev <anton.fomichev@flant.com>
1e15bda to
854cedb
Compare
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
a7f446f to
3ca5591
Compare
06a4702 to
e810c3c
Compare
Signed-off-by: Anton Fomichev <anton.fomichev@flant.com>
8f84fca to
ced3603
Compare
Signed-off-by: Anton Fomichev <anton.fomichev@flant.com>
…ages pm Replace custom QEMU build pipeline with package manager-based installation. Remove the manual install script, SCSI serial truncation patch, and extensive configure/compile steps in favor of `pm install qemu`. - Bump QEMU version to v9.4.0 in versions.yml and oss.yaml - Delete install-qemu.sh and patches directory - Simplify werf.inc.yaml to use builder/distroless with pm install - Update virt-launcher import path from /BINS to /qemu-img Signed-off-by: Aleksandr Pinegin <aleksandr.pinegin@flant.com>
Signed-off-by: Aleksandr Pinegin <aleksandr.pinegin@flant.com>
Signed-off-by: Aleksandr Pinegin <aleksandr.pinegin@flant.com>
Signed-off-by: Aleksandr Pinegin <aleksandr.pinegin@flant.com>
Contributor
|
Workflow has started. The target step completed with status: failure. |
Signed-off-by: Aleksandr Pinegin <aleksandr.pinegin@flant.com>
Introduce a new `qemu-bins-builder` stage that installs QEMU binaries without shared library dependencies (using `pm install -1`). This produces a `/qemu-bins` artifact used by virt-launcher and virt-handler, where `relocate_binaries.sh` resolves shared libraries from the build environment. The existing full QEMU package (`/qemu-img`) with all runtime dependencies is preserved for consumers like cdi-importer that need it. Update virt-handler and virt-launcher imports to reference the new `/qemu-bins` path instead of `/qemu-img`. Signed-off-by: Aleksandr Pinegin <aleksandr.pinegin@flant.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Flant package manager integration
Why do we need it, and what problem does it solve?
Boost Git workflow
Simplify werf templating
What is the expected result?
In plans:
Checklist
Changelog entries