Skip to content

Commit 4c3335e

Browse files
committed
[CI] Don't use incremental builds for Mac15 and Mac26.
Due to the mix of VMs and bare machines, incremental builds fail with link or compile errors.
1 parent 42f5efd commit 4c3335e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/root-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
if: github.event_name == 'pull_request'
166166
env:
167167
HOME: /Users/sftnight
168-
INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') }}
168+
INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') && !matrix.platform == 'mac15' && !matrix.platform == 'mac26'}}
169169
GITHUB_PR_ORIGIN: ${{ github.event.pull_request.head.repo.clone_url }}
170170
run: ".github/workflows/root-ci-config/build_root.py
171171
--buildtype RelWithDebInfo

0 commit comments

Comments
 (0)