Skip to content

Commit

Permalink
Update evergreen to use xcode 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreams authored and jedelbo committed Nov 18, 2024
1 parent 43a1aac commit 6ca7e03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 6ca7e03

Please sign in to comment.