chore: CI: fix Linux Lake on PR half-merge (#10029)

This commit is contained in:
Sebastian Ullrich 2025-08-21 15:25:53 +02:00 committed by GitHub
parent f678b40660
commit 9b4911f8f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,6 +194,8 @@ jobs:
"check-stage3": level >= 2,
// NOTE: `test-speedcenter` currently seems to be broken on `ubuntu-latest`
"test-speedcenter": large && level >= 2,
// made explicit until it can be assumed to have propagated to PRs
"CMAKE_OPTIONS": "-DUSE_LAKE=ON",
},
{
"name": "Linux Reldebug",