Skip to content

Commit c4a4008

Browse files
Disable legacy-shell for the releng variant
1 parent 195d91a commit c4a4008

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.evergreen/generated_configs/legacy-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9228,6 +9228,8 @@ buildvariants:
92289228
- abi-compliance-check
92299229
- name: releng
92309230
display_name: '**Release Archive Creator'
9231+
expansions:
9232+
SKIP_LEGACY_SHELL: '1'
92319233
run_on: ubuntu2204-small
92329234
tasks:
92339235
- make-release-archive

.evergreen/legacy_config_generator/evergreen_config_lib/variants.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ def days(n: int) -> int:
7272
"debug-compile-with-warnings",
7373
OD([("name", "build-and-test-with-toolchain"), ("distros", ["debian10-small"])]),
7474
],
75-
{},
75+
{
76+
# Disable the MongoDB legacy shell download, which is not available in 5.0 for u22
77+
"SKIP_LEGACY_SHELL": "1"
78+
},
7679
),
7780
Variant(
7881
"clang34ubuntu",

0 commit comments

Comments
 (0)