From 9a0b8993896be5b04bba4044642b21331c3f7235 Mon Sep 17 00:00:00 2001 From: Jonathan Reams Date: Tue, 29 Oct 2024 22:00:50 -0400 Subject: [PATCH] Update evergreen to use xcode 15.3 --- evergreen/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/evergreen/config.yml b/evergreen/config.yml index 09d1c4e114..04a6820f5f 100644 --- a/evergreen/config.yml +++ b/evergreen/config.yml @@ -1279,7 +1279,7 @@ buildvariants: cmake_build_tool_options: "-sdk iphonesimulator -arch arm64" cmake_generator: Xcode max_jobs: $(sysctl -n hw.logicalcpu) - xcode_developer_dir: /Applications/Xcode15.2.app/Contents/Developer + xcode_developer_dir: /Applications/Xcode15.3.app/Contents/Developer build_command_line_tools: Off disable_tests_against_baas: On disable_sync: On @@ -1296,7 +1296,7 @@ buildvariants: cmake_build_tool_options: "-sdk macosx" cmake_generator: Xcode max_jobs: $(sysctl -n hw.logicalcpu) - xcode_developer_dir: /Applications/Xcode15.2.app/Contents/Developer + xcode_developer_dir: /Applications/Xcode15.3.app/Contents/Developer extra_flags: -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_OSX_ARCHITECTURES=arm64 run_with_encryption: 1 tasks: @@ -1325,7 +1325,7 @@ buildvariants: cmake_build_tool_options: "-sdk macosx" cmake_generator: Xcode max_jobs: $(sysctl -n hw.logicalcpu) - xcode_developer_dir: /Applications/Xcode15.2.app/Contents/Developer + xcode_developer_dir: /Applications/Xcode15.3.app/Contents/Developer extra_flags: -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_OSX_ARCHITECTURES=arm64 tasks: - name: compile_test @@ -1342,7 +1342,7 @@ buildvariants: cmake_generator: Xcode max_jobs: $(sysctl -n hw.logicalcpu) cmake_build_type: Release - xcode_developer_dir: /Applications/Xcode15.2.app/Contents/Developer + xcode_developer_dir: /Applications/Xcode15.3.app/Contents/Developer extra_flags: -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_OSX_ARCHITECTURES=arm64 tasks: - name: compile_test_and_package @@ -1358,7 +1358,7 @@ buildvariants: cmake_build_tool_options: "-sdk macosx" cmake_generator: Xcode max_jobs: $(sysctl -n hw.logicalcpu) - xcode_developer_dir: /Applications/Xcode15.2.app/Contents/Developer + xcode_developer_dir: /Applications/Xcode15.3.app/Contents/Developer extra_flags: -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_OSX_ARCHITECTURES=arm64 cmake_build_type: RelWithDebInfo enable_asan: On @@ -1374,7 +1374,7 @@ buildvariants: cmake_build_tool_options: "-sdk macosx" cmake_generator: Xcode max_jobs: $(sysctl -n hw.logicalcpu) - xcode_developer_dir: /Applications/Xcode15.2.app/Contents/Developer + xcode_developer_dir: /Applications/Xcode15.3.app/Contents/Developer extra_flags: -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_OSX_ARCHITECTURES=arm64 cmake_build_type: RelWithDebInfo enable_tsan: On @@ -1390,7 +1390,7 @@ buildvariants: cmake_build_tool_options: "-sdk macosx" cmake_generator: Xcode max_jobs: $(sysctl -n hw.logicalcpu) - xcode_developer_dir: /Applications/Xcode15.2.app/Contents/Developer + xcode_developer_dir: /Applications/Xcode15.3.app/Contents/Developer extra_flags: -DCMAKE_SYSTEM_NAME=Darwin -DCMAKE_OSX_ARCHITECTURES=arm64 enable_llvm_coverage: On coveralls_flag_name: "macos-arm64"