Skip to content

Fix runtime errors during execution of etc/make_release.py #1280

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

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

eramongodb
Copy link
Contributor

@eramongodb eramongodb commented Nov 20, 2024

These changes fix issues which are currently blocking the release process.

Important

These changes must be merged prior to release to ensure consistency between the release tag and the (signed) distribution tarball contents.

#1244 overlooked the removal of the removal of the distutils package in Python 3.12.

#1244 overlooked a reference to the install-c-driver.sh script in etc/make_release.py which was not updated to match the new name of the script (formerly install_c_driver.sh).

#1266 overlooked the required addition of ENABLE_TESTS=ON during execution of both the etc/make_release.py and the distcheck target commands, which currently end up excluding all test files in the distribution tarball.

@eramongodb eramongodb requested a review from kevinAlbs November 20, 2024 20:12
@eramongodb eramongodb self-assigned this Nov 20, 2024
@eramongodb eramongodb merged commit 2a11882 into mongodb:master Nov 20, 2024
1 check was pending
@eramongodb eramongodb deleted the pre-release-changes branch November 20, 2024 20:19
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.

2 participants