Skip to content

Commit 5313eeb

Browse files
committed
try kms again
1 parent 7abfd6f commit 5313eeb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ def setup_libmongocrypt():
9090
distro = get_distro()
9191
if distro.name.startswith("Debian"):
9292
target = f"debian{distro.version_id}"
93+
elif distro.name.startswith("Ubuntu"):
94+
if distro.version_id == "20.04":
95+
target = "debian11"
96+
elif distro.version_id == "22.04":
97+
target = "debian12"
98+
elif distro.version_id == "24.04":
99+
target = "debian13"
93100
elif distro.name.startswith("Red Hat"):
94101
if distro.version_id.startswith("7"):
95102
target = "rhel-70-64-bit"

0 commit comments

Comments
 (0)