We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fda5be commit 3dd1c1eCopy full SHA for 3dd1c1e
.evergreen/scripts/setup_tests.py
@@ -116,8 +116,7 @@ def setup_libmongocrypt():
116
if line.startswith("NAME="):
117
_, _, name = line.strip().partition("=")
118
if line.startswith("VERSION_ID="):
119
- _, _, version = line.strip().partition("=")
120
- raise ValueError(f"{name=}, {version_id=}, {arch=}")
+ _, _, version_id = line.strip().partition("=")
121
if name.startswith("Debian"):
122
target = f"debian{version_id}"
123
elif name.startswith("Red Hat"):
0 commit comments