File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1806,7 +1806,7 @@ buildvariants:
1806
1806
build_type : " Release"
1807
1807
mongodb_version : " 5.0"
1808
1808
run_on :
1809
- - ubuntu1804-build
1809
+ - ubuntu1804-large
1810
1810
tasks :
1811
1811
- name : compile_and_test_with_shared_libs
1812
1812
- name : compile_and_test_with_shared_libs_extra_alignment
@@ -1842,7 +1842,7 @@ buildvariants:
1842
1842
disable_slow_tests : 1
1843
1843
use_mongocryptd : true
1844
1844
run_on :
1845
- - ubuntu1804-build
1845
+ - ubuntu1804-large
1846
1846
tasks :
1847
1847
- name : compile_and_test_with_shared_libs
1848
1848
- name : compile_and_test_with_shared_libs_extra_alignment
@@ -1884,7 +1884,7 @@ buildvariants:
1884
1884
example_projects_cxxflags : -D_GLIBCXX_USE_CXX11_ABI=0 -fsanitize=address -fno-omit-frame-pointer
1885
1885
example_projects_ldflags : -fsanitize=address
1886
1886
run_on :
1887
- - ubuntu1804-build
1887
+ - ubuntu1804-large
1888
1888
tasks :
1889
1889
- name : compile_and_test_with_shared_libs
1890
1890
- name : compile_and_test_with_shared_libs_extra_alignment
@@ -1927,7 +1927,7 @@ buildvariants:
1927
1927
example_projects_cxxflags : -D_GLIBCXX_USE_CXX11_ABI=0 -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer
1928
1928
example_projects_ldflags : -fsanitize=undefined -fno-sanitize-recover=undefined
1929
1929
run_on :
1930
- - ubuntu1804-build
1930
+ - ubuntu1804-large
1931
1931
tasks :
1932
1932
# We currently don't run UBSAN on the shared library due to issues with UBSAN reporting
1933
1933
# numerous false positive instances of undefined behavior in the mock tests, when the
You can’t perform that action at this time.
0 commit comments