mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
gitlab-ci: Move macOS+Xcode universal binaries job to arm64
Over time we are adding `arm64` hosts and removing `x86_64` hosts.
This commit is contained in:
+5
-5
@@ -938,17 +938,17 @@ t:macos-x86_64-ninja-ub:
|
|||||||
variables:
|
variables:
|
||||||
CMAKE_CI_JOB_NIGHTLY: "true"
|
CMAKE_CI_JOB_NIGHTLY: "true"
|
||||||
|
|
||||||
t:macos-x86_64-xcode-ub:
|
t:macos-arm64-xcode-ub:
|
||||||
extends:
|
extends:
|
||||||
- .macos_x86_64_xcode_ub
|
- .macos_arm64_xcode_ub
|
||||||
- .cmake_test_macos_external
|
- .cmake_test_macos_external
|
||||||
- .macos_x86_64_tags_ext
|
- .macos_arm64_tags_ext
|
||||||
- .cmake_junit_artifacts
|
- .cmake_junit_artifacts
|
||||||
- .run_dependent
|
- .run_dependent
|
||||||
dependencies:
|
dependencies:
|
||||||
- t:macos-x86_64-ninja
|
- t:macos-arm64-ninja
|
||||||
needs:
|
needs:
|
||||||
- t:macos-x86_64-ninja
|
- t:macos-arm64-ninja
|
||||||
variables:
|
variables:
|
||||||
CMAKE_CI_JOB_NIGHTLY: "true"
|
CMAKE_CI_JOB_NIGHTLY: "true"
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
set(ENV{CMAKE_OSX_ARCHITECTURES} "arm64;x86_64")
|
||||||
@@ -1 +0,0 @@
|
|||||||
set(ENV{CMAKE_OSX_ARCHITECTURES} "x86_64;arm64")
|
|
||||||
@@ -80,11 +80,11 @@
|
|||||||
CMAKE_GENERATOR: Xcode
|
CMAKE_GENERATOR: Xcode
|
||||||
CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
|
CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
|
||||||
|
|
||||||
.macos_x86_64_xcode_ub:
|
.macos_arm64_xcode_ub:
|
||||||
extends: .macos
|
extends: .macos
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
CMAKE_CONFIGURATION: macos_x86_64_xcode_ub
|
CMAKE_CONFIGURATION: macos_arm64_xcode_ub
|
||||||
CMAKE_GENERATOR: Xcode
|
CMAKE_GENERATOR: Xcode
|
||||||
CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
|
CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user