Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update evergreen to use xcode 15.3 #8044

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading