Skip to content

Commit e722507

Browse files
authored
DRIVERS-3032 Fix crypt_shared download on macos (#576)
1 parent 17ddec1 commit e722507

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.evergreen/mongodl.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,9 @@ def _dl_component(
837837
stacklevel=2,
838838
)
839839
version = "latest"
840+
# The target will be macos on latest.
841+
if target == "osx":
842+
target = "macos"
840843
else:
841844
raise
842845
dl_url = _published_build_url(

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ mo-expansion.sh
125125
.evergreen/mongodl
126126
.evergreen/mongosh-dl
127127
.dockerignore
128+
.local
128129

129130
# Azure functions.
130131
.python_packages/

0 commit comments

Comments
 (0)