Skip to content

Commit

Permalink
remove double openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Dec 16, 2024
1 parent 947c47a commit 2108539
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14623,7 +14623,7 @@ buildvariants:
run_on: rhel70-build
tags: ["nightly-driver"]
expansions:
executable_os_id: "linux-x64-openssl3-openssl3"
executable_os_id: "linux-x64-openssl3"
disable_openssl_shared_config_for_bundled_openssl: false
node_js_version: "20.18.1"
mongosh_server_test_version: "stable-enterprise"
Expand All @@ -14635,7 +14635,7 @@ buildvariants:
run_on: rhel80-build
tags: ["nightly-driver"]
expansions:
executable_os_id: "linux-x64-openssl3-openssl3"
executable_os_id: "linux-x64-openssl3"
disable_openssl_shared_config_for_bundled_openssl: false
node_js_version: "20.18.1"
mongosh_server_test_version: "stable-enterprise"
Expand Down Expand Up @@ -14671,7 +14671,7 @@ buildvariants:
run_on: amazon2-arm64-large
tags: []
expansions:
executable_os_id: "linux-arm64-openssl3-openssl3"
executable_os_id: "linux-arm64-openssl3"
disable_openssl_shared_config_for_bundled_openssl: false
node_js_version: "20.18.1"
mongosh_server_test_version: "stable-enterprise"
Expand Down
6 changes: 3 additions & 3 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
],
isBuild: true,
name: "linux_x64_openssl3",
executableOsId: "linux-x64-openssl3-openssl3",
executableOsId: "linux-x64-openssl3",
sharedOpenSsl: "openssl3",
mVersion: "stable"
},
Expand All @@ -145,7 +145,7 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
],
isBuild: true,
name: "linux_x64_openssl3_rhel8",
executableOsId: "linux-x64-openssl3-openssl3",
executableOsId: "linux-x64-openssl3",
sharedOpenSsl: "openssl3",
mVersion: "stable"
},
Expand All @@ -171,7 +171,7 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
runOn: "amazon2-arm64-large",
isBuild: true,
name: "linux_arm64_openssl3",
executableOsId: "linux-arm64-openssl3-openssl3",
executableOsId: "linux-arm64-openssl3",
sharedOpenSsl: "openssl3",
mVersion: "stable"
},
Expand Down

0 comments on commit 2108539

Please sign in to comment.