cirrus: Only run bootstrap pipeline on 11.x

This commit is contained in:
Iain Buclaw 2022-09-10 18:21:32 +02:00 committed by The Dlang Bot
parent 1db0834918
commit 7cef3b9f3c
2 changed files with 2 additions and 22 deletions

View file

@ -1,4 +1,3 @@
# Test
common_steps_template: &COMMON_STEPS_TEMPLATE common_steps_template: &COMMON_STEPS_TEMPLATE
install_prerequisites_script: ./ci/cirrusci.sh install_prerequisites_script: ./ci/cirrusci.sh
install_host_compiler_script: ./ci/run.sh install_host_compiler install_host_compiler_script: ./ci/run.sh install_host_compiler
@ -102,24 +101,7 @@ macos12_task:
<< : *COVERAGE_ENVIRONMENT_TEMPLATE << : *COVERAGE_ENVIRONMENT_TEMPLATE
<< : *COMMON_STEPS_TEMPLATE << : *COMMON_STEPS_TEMPLATE
macos11_task: macos11_task:
name: macOS 11.x x64, $TASK_NAME_SUFFIX name: macOS 11.x x64, DMD (bootstrap)
osx_instance:
image: big-sur-xcode
timeout_in: 60m
environment:
OS_NAME: darwin
# override Cirrus default OS (`darwin`)
OS: osx
# 12 CPU cores and 24 GB of memory are available
N: 12
matrix:
- TASK_NAME_SUFFIX: DMD (latest)
- TASK_NAME_SUFFIX: DMD (coverage)
<< : *COVERAGE_ENVIRONMENT_TEMPLATE
<< : *COMMON_STEPS_TEMPLATE
macos10_task:
name: macOS 10.15 x64, DMD (bootstrap)
osx_instance: osx_instance:
image: big-sur-xcode image: big-sur-xcode
timeout_in: 60m timeout_in: 60m

View file

@ -167,9 +167,7 @@ These should be taken seriously, since untested code is likely to introduce bugs
- Ubuntu 18.04 x86, DMD (bootstrap) - Ubuntu 18.04 x86, DMD (bootstrap)
- Ubuntu 18.04 x86, DMD (coverage) - Ubuntu 18.04 x86, DMD (coverage)
- Ubuntu 18.04 x86, DMD (latest) - Ubuntu 18.04 x86, DMD (latest)
- macOS 10.15 x64, DMD (bootstrap) - macOS 11.x x64, DMD (bootstrap)
- macOS 11.x x64, DMD (coverage)
- macOS 11.x x64, DMD (latest)
- macOS 12.x x64, DMD (coverage) - macOS 12.x x64, DMD (coverage)
- macOS 12.x x64, DMD (latest) - macOS 12.x x64, DMD (latest)