Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a matrix-based CI/CD build system to enable parallel building of NVDA for multiple Python versions and architectures. This prepares the build infrastructure for supporting both 64-bit and 32-bit builds as well as different Python versions during the upcoming 64-bit and Python migration efforts.
Key changes:
- Added matrix job configuration to dynamically generate build combinations
- Updated all jobs to use matrix-based Python version and architecture selection
- Modified artifact naming and caching to include architecture and Python version identifiers
michaelDCurran
approved these changes
Aug 6, 2025
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.
Link to issue number:
Taken from #18611 #18596 and #18207
Summary of the issue:
We want to build 64bit and 32builds of NVDA in parallel for the 64bit migration and python migrations.
As such, we should prepare our build system to take a matrix of python versions and architecture
Description of user facing changes:
None
Description of developer facing changes:
None
Description of development approach:
Refer to #18611 #18596
Testing strategy:
Refer to #18611 #18596
Known issues with pull request:
None
Code Review Checklist:
@coderabbitai summary