Skip to content
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

Include 7.0 and 8.0 in crypt shared version check #505

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

kevinAlbs
Copy link
Contributor

@kevinAlbs kevinAlbs commented Sep 26, 2024

Summary

Check if 7.0 or 8.0 downloads are present to determine if crypt shared is available.

Pending Evergreen task: https://spruce.mongodb.com/version/66f5c63df4b7c200076f0170/

Background

Intended to address test failures observed in the C++ driver Evergreen on Debian 12 indicating the crypt shared library is unavailable. Logs print:

There is no crypt_shared library for distro='linux-debian-12-x86_64' and version='latest'.

Debian 12 has 7.0 and 8.0 downloads, but not 6.0. get_mongodb_download_url_for determines of the crypt shared library is available by checking if the distro has 6.0 or higher downloads available.

@adriandole adriandole marked this pull request as ready for review September 27, 2024 01:44
@adriandole adriandole merged commit 566b40d into mongodb-labs:master Sep 27, 2024
61 checks passed
adriandole pushed a commit to adriandole/drivers-evergreen-tools that referenced this pull request Oct 7, 2024
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