Skip to content

Commit

Permalink
SERVER-95315 Add missing sasl sysdep to a few unit tests (#27572)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 9cd690b5c04a66a32074acb63187f200ad8ef782
  • Loading branch information
zackwintermdb authored and MongoDB Bot committed Sep 27, 2024
1 parent 5d8ee66 commit 0072054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/mongo/db/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,7 @@ env.Program(
"serverless-test",
"servers",
],
# TODO(SERVER-95322) Remove sysdeps after converted to Bazel
SYSLIBDEPS=env.get("MONGO_LDAP_LIB", [])
+ env.get("MONGO_GSSAPI_LIB", [])
+ (["sasl2"] if "sasl" in env.get("MONGO_ENTERPRISE_FEATURES", []) else []),
Expand Down
1 change: 1 addition & 0 deletions src/mongo/s/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ env.Program(
"integration-tests",
"servers",
],
# TODO(SERVER-95322) Remove sysdeps after converted to Bazel
SYSLIBDEPS=env.get("MONGO_LDAP_LIB", [])
+ env.get("MONGO_GSSAPI_LIB", [])
+ (["sasl2"] if "sasl" in env.get("MONGO_ENTERPRISE_FEATURES", []) else []),
Expand Down

0 comments on commit 0072054

Please sign in to comment.