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
install_prerequisites_script: ./ci/cirrusci.sh
install_host_compiler_script: ./ci/run.sh install_host_compiler
@ -102,24 +101,7 @@ macos12_task:
<< : *COVERAGE_ENVIRONMENT_TEMPLATE
<< : *COMMON_STEPS_TEMPLATE
macos11_task:
name: macOS 11.x x64, $TASK_NAME_SUFFIX
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)
name: macOS 11.x x64, DMD (bootstrap)
osx_instance:
image: big-sur-xcode
timeout_in: 60m