mongodb-labs / drivers-evergreen-tools

Scripts for MongoDB drivers to bootstrap their Evergreen configuration file - This Repository is NOT a supported MongoDB product
10 stars 64 forks source link

Add MongoDB 4.2 server archive to Debian 10 #523

Closed joshbsiegel closed 2 weeks ago

joshbsiegel commented 2 weeks ago

Summary

This PR adds the 4.2 server archive link to the Debian 10 distro.

Background

The C driver is looking to test the 4.2 server against a supported Linux Evergreen environment since Ubuntu 18.04 is dropped from support. Debian 10 is still supported by Evergreen and works with a 4.2 server.

The 4.2 server archive was not included underneath the linux-debian-10 distro in download-mongodb.sh. See this Evergreen task failure for prior behavior.

Unknown version: 4.2 for linux-debian-10-x86_64

A passing task using this archive can be seen here.

blink1073 commented 2 weeks ago

Heads up @joshbsiegel, the failure is not related to your PR, the 7.0 and 8.0 servers were updated and those numbers are now out of date:

VERSION_80="8.0.1" VERSION_70="7.0.15-rc1"