Commit 1a304cd
committed
COMP: Drop redundant non-Python Windows and macOS Azure CI lanes
A Python-wrapping build is a strict superset of the same OS+arch
non-Python build. AzurePipelinesWindows and AzurePipelinesMacOS were
duplicating coverage already provided by AzurePipelinesWindowsPython
and AzurePipelinesMacOSPython respectively.
Move BUILD_SHARED_LIBS=ON onto the macOS Python lane so the macOS
shared-library build coverage previously carried by AzurePipelinesMacOS
is preserved on the surviving job. Bump that job's Python to 3.12 to
stagger Python-version coverage across surviving Python lanes.
Part of issue #6163 (CI matrix consolidation).1 parent e4799ec commit 1a304cd
3 files changed
Lines changed: 2 additions & 291 deletions
File tree
- Testing/ContinuousIntegration
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
This file was deleted.
0 commit comments