Skip to content

Commit c168c62

Browse files
committed
style(MongoBinaryDownloadUrl::getFedoraVersionString): add comment about 36
re #673
1 parent dece2f9 commit c168c62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mongodb-memory-server-core/src/util/MongoBinaryDownloadUrl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ export class MongoBinaryDownloadUrl implements MongoBinaryDownloadUrlOpts {
275275
let name = 'rhel';
276276
const fedoraVer: number = parseInt(os.release, 10);
277277

278+
// 36 and onwards dont ship with libcrypto.so.1.1 anymore and need to be manually installed ("openssl1.1")
278279
// 34 onward dosnt have "compat-openssl10" anymore, and only build from 4.0.24 are available for "rhel80"
279280
if (fedoraVer >= 34) {
280281
name += '80';

0 commit comments

Comments
 (0)