Switch soon to become default checkout method on CircleCI

It is not used by default yet, so switch to it explicitly as using it
results in much faster checkout times.

See https://circleci.com/changelog/introducing-a-faster-checkout-option/

Closes #25872.
This commit is contained in:
Vadim Zeitlin
2025-10-09 23:22:47 +02:00
parent d0318096de
commit 6094692762

View File

@@ -10,7 +10,8 @@ jobs:
name: Install Git
command: dnf install -y git
- checkout
- checkout:
method: blobless
- run:
name: Install dependencies