Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ jobs:
resource_class: small
steps:
- cancel-draft-prs
- checkout
- checkout:
method: blobless
- restore-src-checksum-cache
- persist-to-workspace-and-exit-early
- pack-workflows
Expand Down
3 changes: 2 additions & 1 deletion .circleci/src/pipeline/@pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,8 @@ jobs:
resource_class: << parameters.resource_class >>
steps:
- update_known_hosts
- checkout
- checkout:
method: blobless
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: CircleCI Checkout Fails Without Blobless Support

The checkout step in CircleCI does not support the method: blobless parameter, which causes CI jobs to fail.

Additional Locations (1)

Fix in Cursor Fix in Web

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong, this is a new feature

- install-required-node
- verify-build-setup:
executor: << parameters.executor >>
Expand Down
Loading