@@ -438,7 +438,7 @@ functions:
438438 script : |-
439439 if ls crash-*> /dev/null 2>&1; then
440440 echo "Found crash file"
441- #Rename the crash file and the realm file.
441+ #Rename the crash file and the realm file.
442442 #If there is a crash, this will signal that something needs to be uploaded.
443443 mv crash-* realm-fuzzer-crash.txt
444444 mv fuzz-realm.realm fuzzer_realm.realm
@@ -467,7 +467,7 @@ functions:
467467 bucket : mciuploads
468468 permissions : public-read
469469 content_type : application/x-binary
470- display_name : Realm File
470+ display_name : Realm File
471471 optional : true
472472
473473 - command : shell.exec
@@ -523,7 +523,7 @@ functions:
523523 set -o verbose
524524
525525 TOP_DIR=$(pwd)
526-
526+
527527 HANG_ANALYZER_PATH=$TOP_DIR/evergreen/hang_analyzer
528528 REQUIREMENTS_PATH=$HANG_ANALYZER_PATH/requirements.txt
529529
@@ -1174,7 +1174,7 @@ tasks:
11741174 ./build/test/${cmake_build_type|Debug}-iphonesimulator/realm-combined-tests.app \
11751175 'io.realm.CombinedTests' \
11761176 $TEST_RESULTS_FILE
1177-
1177+
11781178 - name : generate-sync-corpus
11791179 tags : [ "for_nightly_tests" ]
11801180 exec_timeout_secs : 1800
@@ -1401,6 +1401,19 @@ buildvariants:
14011401 - name : compile_test
14021402 - name : lint
14031403
1404+ - name : ubuntu-cpp20
1405+ display_name : " Ubuntu C++20"
1406+ run_on : ubuntu2404-arm64-large
1407+ expansions :
1408+ fetch_missing_dependencies : On
1409+ c_compiler : " /opt/clang+llvm/bin/clang"
1410+ cxx_compiler : " /opt/clang+llvm/bin/clang++"
1411+ clang_format : " /opt/clang+llvm/bin/clang-format"
1412+ extra_flags : -DCMAKE_CXX_STANDARD=20
1413+ tasks :
1414+ - name : compile_test
1415+ - name : lint
1416+
14041417- name : ubuntu-no-session-multiplexing
14051418 display_name : " Ubuntu (Sync Multiplexing Disabled)"
14061419 run_on : ubuntu2204-arm64-large
@@ -1477,7 +1490,7 @@ buildvariants:
14771490 fetch_missing_dependencies : On
14781491 c_compiler : " /opt/clang+llvm/bin/clang"
14791492 cxx_compiler : " /opt/clang+llvm/bin/clang++"
1480- run_with_encryption : 1
1493+ run_with_encryption : 1
14811494 enable_asan : On
14821495 cmake_build_type : RelWithDebInfo
14831496 tasks :
@@ -1500,7 +1513,7 @@ buildvariants:
15001513 cxx_compiler : " ./clang_binaries/bin/clang++"
15011514 python3 : /opt/mongodbtoolchain/v3/bin/python3
15021515 tasks :
1503- - name : compile_test_and_package
1516+ - name : compile_test_and_package
15041517 - name : benchmarks
15051518 - name : generate-sync-corpus
15061519
@@ -2004,5 +2017,3 @@ buildvariants:
20042017# no_tests: On
20052018# tasks:
20062019# - name: compile_only
2007-
2008-
0 commit comments