mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
gitlab-ci: replace '$os' tags with '$os-x86_64' on 3.25 release branch
The latter tags are now available on our CI runners to more explicitly
distinguish `linux-x86_64` from `linux-aarch64` and to distinguish
`{macos,windows}-x86_64` from `{macos,windows}-arm64`.
This backports commit 33fe37a660 (gitlab-ci: replace '{macos,windows}'
tags with '{macos,windows}-x86_64', 2022-11-30) and commit 94d82d91d5
(gitlab-ci: replace 'linux' tags with 'linux-x86_64', 2022-11-30) to
the 3.25 release branch.
This commit is contained in:
@@ -354,21 +354,21 @@
|
||||
- cmake
|
||||
- build
|
||||
- docker
|
||||
- linux
|
||||
- linux-x86_64
|
||||
|
||||
.linux_builder_tags_qt:
|
||||
tags:
|
||||
- cmake
|
||||
- build
|
||||
- docker
|
||||
- linux
|
||||
- linux-x86_64
|
||||
- linux-3.17 # Needed to be able to load Fedora's Qt libraries.
|
||||
|
||||
.linux_builder_tags_x11:
|
||||
tags:
|
||||
- cmake
|
||||
- docker
|
||||
- linux
|
||||
- linux-x86_64
|
||||
- linux-3.17 # Needed to be able to load Fedora's Qt libraries.
|
||||
- x11
|
||||
|
||||
@@ -377,14 +377,14 @@
|
||||
- cmake
|
||||
- cuda-rt
|
||||
- docker
|
||||
- linux
|
||||
- linux-x86_64
|
||||
|
||||
.linux_builder_tags_radeon:
|
||||
tags:
|
||||
- cmake
|
||||
- radeon
|
||||
- docker
|
||||
- linux
|
||||
- linux-x86_64
|
||||
|
||||
.linux_builder_tags_aarch64:
|
||||
tags:
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
.macos_x86_64_builder_tags:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- macos
|
||||
- macos-x86_64
|
||||
- shell
|
||||
- xcode-14.1
|
||||
- nonconcurrent
|
||||
@@ -101,7 +101,7 @@
|
||||
.macos_x86_64_builder_tags_package:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- macos
|
||||
- macos-x86_64
|
||||
- shell
|
||||
- xcode-14.1
|
||||
- nonconcurrent
|
||||
@@ -110,7 +110,7 @@
|
||||
.macos_x86_64_builder_ext_tags:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- macos
|
||||
- macos-x86_64
|
||||
- shell
|
||||
- xcode-14.1
|
||||
- concurrent
|
||||
|
||||
@@ -229,7 +229,7 @@
|
||||
.windows_tags_nonconcurrent_vs2022:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- windows
|
||||
- windows-x86_64
|
||||
- shell
|
||||
- vs2022
|
||||
- msvc-19.34
|
||||
@@ -238,7 +238,7 @@
|
||||
.windows_tags_nonconcurrent_vs2022_arm64:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- windows
|
||||
- windows-x86_64
|
||||
- shell
|
||||
- vs2022
|
||||
- msvc-19.34-arm64
|
||||
@@ -247,7 +247,7 @@
|
||||
.windows_tags_concurrent_vs2022:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- windows
|
||||
- windows-x86_64
|
||||
- shell
|
||||
- vs2022
|
||||
- msvc-19.34
|
||||
@@ -256,7 +256,7 @@
|
||||
.windows_tags_concurrent_vs2019:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- windows
|
||||
- windows-x86_64
|
||||
- shell
|
||||
- vs2019
|
||||
- msvc-19.29-16.11
|
||||
@@ -265,7 +265,7 @@
|
||||
.windows_tags_concurrent:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- windows
|
||||
- windows-x86_64
|
||||
- shell
|
||||
- concurrent
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
tags:
|
||||
- cmake
|
||||
- docker
|
||||
- linux
|
||||
- linux-x86_64
|
||||
- build
|
||||
environment:
|
||||
name: rsync-upload
|
||||
@@ -25,7 +25,7 @@
|
||||
tags:
|
||||
- cmake
|
||||
- docker
|
||||
- linux
|
||||
- linux-x86_64
|
||||
- build
|
||||
environment:
|
||||
name: rsync-upload
|
||||
|
||||
Reference in New Issue
Block a user