File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -544,12 +544,20 @@ buildvariants:
544544 display_name : " ${os} ${mongodb_version}"
545545 tasks :
546546 - name : compile_and_test_with_shared_libs
547+ exclude_spec :
548+ # Windows latest only runs on Windows 10. This is tested in the VS 2017 variant.
549+ os : " windows-2k8"
550+ mongodb_version : " latest"
547551
548552 - matrix_name : " auth"
549553 matrix_spec : {os: "*", mongodb_version: "latest"}
550554 display_name : " ${os} ${mongodb_version} Auth"
551555 tasks :
552556 - name : compile_and_test_auth_with_shared_libs
557+ exclude_spec :
558+ # Windows latest only runs on Windows 10. This is tested in the VS 2017 variant.
559+ os : " windows-2k8"
560+ mongodb_version : " latest"
553561
554562 # ######################################
555563 # Linux Buildvariants #
@@ -754,3 +762,4 @@ buildvariants:
754762 - windows-64-vs2017-compile
755763 tasks :
756764 - name : compile_with_shared_libs
765+ - name : compile_and_test_auth_with_shared_libs
You can’t perform that action at this time.
0 commit comments