Skip to content

Fix and optimize CI#6176

Merged
guilload merged 1 commit intomainfrom
nadav/ci
Feb 27, 2026
Merged

Fix and optimize CI#6176
guilload merged 1 commit intomainfrom
nadav/ci

Conversation

@nadav-govari
Copy link
Collaborator

Description

Couple more small optimizations - use the install tool to install the nextest binary instead of compiling it. Only clean up disk space if theres less than 30GB disk available. These together should save another ~3 minutes per run.

Also fixes the issue with the not-found Ubuntu mirrors.

if: always() && steps.modified.outputs.rust_src == 'true'
run: sudo apt-get -y install protobuf-compiler
run: |
sudo apt-get update
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@guilload guilload merged commit 8ebd2f9 into main Feb 27, 2026
8 checks passed
@guilload guilload deleted the nadav/ci branch February 27, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants