Skip to content

Conversation

ldionne
Copy link
Member

@ldionne ldionne commented Oct 3, 2025

This fixes the documentation build. I looked at the documentation output and everything seems fine. Note that the most recent Sphinx version is 8.x, but that requires Python >= 3.10.

Bumping to 7.x resolves CI issues for now without requiring a larger Python update of the whole code base.

This fixes the documentation build. I looked at the documentation
output and everything seems fine. Note that the most recent Sphinx
version is 8.x, but that requires Python >= 3.10.

Bumping to 7.x resolves CI issues for now without requiring a larger
Python update of the whole code base.
@ldionne ldionne merged commit 609a425 into llvm:main Oct 3, 2025
2 checks passed
@ldionne ldionne deleted the fix-documentation-build branch October 3, 2025 14:04
ldionne added a commit to ldionne/llvm-lnt that referenced this pull request Oct 7, 2025
…fixture

In llvm#37, test_suite.py started requiring the CMAKE_OBJDUMP variable
from the set of CMake variables. Various tests were using a fake CMake
test fixture which defines various CMake variables, however CMAKE_OBJDUMP
wasn't added in llvm#47, breaking a bunch of tests.

This was probably never noticed because the tests were completely
broken back then, I assume they were not being run on a regular basis.
ldionne added a commit that referenced this pull request Oct 7, 2025
…fixture (#73)

In #37, test_suite.py started requiring the CMAKE_OBJDUMP variable
from the set of CMake variables. Various tests were using a fake CMake
test fixture which defines various CMake variables, however CMAKE_OBJDUMP
wasn't added in #47, breaking a bunch of tests.

This was probably never noticed because the tests were completely
broken back then, I assume they were not being run on a regular basis.
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