zed/.github/workflows
Kirill Bulatov 21f16f7b5b
Speed up cargo build -p zed compilation (#62059)
Splits the crate graph.
Before, the compilation graph: `editor → picker_preview → search →
project_panel → open_path_prompt → recent_projects → title_bar →
collab_ui → zed`
After, the compilation graph: `editor → picker_preview → search →
agent_ui → sidebar → zed`

With sccache disabled and project fully built, `touch
crates/editor/src/editor.rs` and `cargo build -p zed` took time
Before (5e1fd392f6): 13.19s
After: 11.85s (-10.2% speed up)

Each commit contains a separate compilation instructions, and a test in
the final commit.
The main approach is to split coupled crates and replace them with
`zed_actions` and move some shared functionality into `git_ui_core` new,
shared module.

I've also tried to add a test to prevent common pitfalls, but not sure
I'm happy with the end result — can remove it if it looks too synthetic.

Release Notes:

- N/A
2026-08-01 19:42:37 +00:00
..
add_commented_closed_issue_to_project.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
after_release.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
autofix_pr.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
bump_collab_staging.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
bump_patch_version.yml ci: Grant version bump token more permissions (#61709) 2026-07-27 10:28:32 +00:00
bump_zed_version.yml ci: Grant version bump token more permissions (#61709) 2026-07-27 10:28:32 +00:00
catch_blank_issues.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
cherry_pick.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
comment_on_potential_duplicate_issues.yml Duplicate Bot: Discussions, second critic, more context (v5) (#61948) 2026-07-30 16:56:19 +00:00
community_close_stale_issues.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
community_pr_board.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
community_pr_board_refresh.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
community_update_all_top_ranking_issues.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
community_update_weekly_top_ranking_issues.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
compliance_check.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
congrats.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
danger.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
deploy_collab.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
deploy_docs.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
deploy_nightly_docs.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
docs_suggestions.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
extension_auto_bump.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
extension_bump.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
extension_tests.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
extension_workflow_rollout.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
good_first_issue_notifier.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
guild_assignment_status.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
guild_new_pr_notify.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
guild_stale_assignments.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
guild_weekly_shipped.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
hotfix-review-monitor.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
nix_build.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
pr_issue_labeler.yml Fix permission for pull request labelling script (#61525) 2026-07-23 12:28:16 +00:00
publish_extension_cli.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
release.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
release_nightly.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
run_bundling.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
run_tests.yml Speed up cargo build -p zed compilation (#62059) 2026-08-01 19:42:37 +00:00
slack_notify_community_automation_failure.yml Add second-line triage queue board automation (#61918) 2026-07-30 13:12:54 +00:00
slack_notify_first_responders.yml Update first responders notifier for repo label rename (#61402) 2026-07-21 15:04:45 +00:00
slack_notify_label_created.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
stale-pr-reminder.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00
track_duplicate_bot_effectiveness.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
triage_project_sync.yml ci: Configure more steps more explicitly (#61401) 2026-07-23 11:25:56 +00:00
triage_queue_board.yml Add second-line triage queue board automation (#61918) 2026-07-30 13:12:54 +00:00
update_duplicate_magnets.yml ci: Set and enforce more default permissions (#60222) 2026-07-06 16:02:54 +00:00