Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure Consistent Order of build_files in WriteAutoRegenerationRule
Wrapped the build_files set in the sorted() function before it is processed in WriteAutoRegenerationRule. This ensures that the order of files is consistent across all runs, preventing issues in CI environments that rely on file hash comparisons.
- Loading branch information