Skip to content

Commit c6ae2cf

Browse files
authored
Update mingw-windows2016 to use "CC=gcc" for mingw-w64 (#2087)
1 parent 694fbf3 commit c6ae2cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/generated_configs/legacy-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10273,7 +10273,7 @@ buildvariants:
1027310273
- name: mingw-windows2016
1027410274
display_name: MinGW-W64 (Windows Server 2016)
1027510275
expansions:
10276-
CC: mingw
10276+
CC: gcc
1027710277
run_on: windows-vsCurrent-large
1027810278
tasks:
1027910279
- debug-compile-nosasl-nossl

.evergreen/legacy_config_generator/evergreen_config_lib/variants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def days(n: int) -> int:
219219
"MinGW-W64 (Windows Server 2016)",
220220
"windows-vsCurrent-large",
221221
["debug-compile-nosasl-nossl", ".latest .nossl .nosasl .server"],
222-
{"CC": "mingw"},
222+
{"CC": "gcc"},
223223
),
224224
Variant(
225225
"rhel8-power",

0 commit comments

Comments
 (0)