-
Notifications
You must be signed in to change notification settings - Fork 2
chore(ci): import glib2, libxkbcommon, libstdc++6 #1447
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Workflow has started. The target step completed with status: success. |
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Reviewer's GuideThis PR refactors the CI image build configurations to import and manage three core components—glib2, libxkbcommon, and libstdc++6—by updating version pins, introducing a new libxkbcommon package definition, enhancing the GCC image to include libstdc++6, adding glib2 into multiple image dependencies, and streamlining the package build scripts. Class diagram for new libxkbcommon package definitionclassDiagram
class Libxkbcommon {
+xkbcli: binary
+libxkbcommon.so: shared library
+libxkbcommon-x11.so: shared library
+libxkbregistry.so: shared library
+xkbcommon.h, xkbcommon-x11.h, xkbcommon-compose.h, xkbregistry.h: headers
+xkbcli-* tools: binaries
}
class PackageBuilder {
+meson
+ninja-build
+strip
+tree
+git clone
+import dependencies
}
Libxkbcommon <|-- PackageBuilder
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Build:
Refactor build:
Why do we need it, and what problem does it solve?
What is the expected result?
Checklist
Changelog entries
Summary by Sourcery
Import glib2, libxkbcommon, util-linux, and libstdc++6 dependencies into CI image builds and add a dedicated libxkbcommon package image.
New Features:
Build: