Sync/ras 20260916 - #602
Merged
Merged
Conversation
rasdaemon replaced its autotools build with meson/ninja (upstream commit "switch from autotools to meson"). Bump the submodule to f9ce171 and update the RAS Makefile accordingly. Document the Python >= 3.10 requirement and the legacy-meson (< 1.0) distutils caveat in README.md, including the meson upgrade that removes the Python 3.12+ upper bound. Signed-off-by: Yi Lai <yi1.lai@intel.com> (cherry picked from commit 6e765635a16b583e480e224a3ecc78f729db4b57)
The rasdaemon submodule moved from autotools to meson/ninja, but the CI build path still assumed autotools. Update the CI build environment and preconfigure step to match: - Dockerfile.build.ddt: replace autoconf/automake/libtool with meson and ninja-build (only rasdaemon needed autotools), and add libpci-dev, required by rasdaemon's AER support. - .github/scripts/build_check: replace the autoreconf/./configure preconfigure step with 'meson setup build'. Signed-off-by: Yi Lai <yi1.lai@intel.com> (cherry picked from commit 79989425772dc64f81aa948ca2ca09f7dc25bf2a)
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.
No description provided.