Skip to content

Commit

Permalink
DRIVERS-3032 Fix crypt_shared download on macos (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jan 13, 2025
1 parent 17ddec1 commit e722507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .evergreen/mongodl.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,9 @@ def _dl_component(
stacklevel=2,
)
version = "latest"
# The target will be macos on latest.
if target == "osx":
target = "macos"
else:
raise
dl_url = _published_build_url(
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ mo-expansion.sh
.evergreen/mongodl
.evergreen/mongosh-dl
.dockerignore
.local

# Azure functions.
.python_packages/
Expand Down

0 comments on commit e722507

Please sign in to comment.