Skip to content

Commit fa83df7

Browse files
committed
correctly name solaris build variants
We use the server's toolchain on Evergreen's Solaris builders, which are gcc 4.8.2, not 4.9.2.
1 parent 920658f commit fa83df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ buildvariants:
955955
#######################################
956956

957957
- name: solaris-32-bit
958-
display_name: "Sol gcc-4.9.2 32"
958+
display_name: "Sol gcc-4.8.2 32"
959959
expansions:
960960
<<: *solaris_common
961961
<<: *cflags_32
@@ -965,7 +965,7 @@ buildvariants:
965965
tasks: *topology_tests
966966

967967
- name: solaris-64-bit
968-
display_name: "Sol gcc-4.9.2 64"
968+
display_name: "Sol gcc-4.8.2 64"
969969
expansions:
970970
<<: *solaris_common
971971
<<: *cflags_64

0 commit comments

Comments
 (0)