Skip to content

Optimize DevContainer CI build time#4

Merged
fjmrytfjsn merged 4 commits intomainfrom
chore/devcontainer-ci-speedup
Apr 5, 2026
Merged

Optimize DevContainer CI build time#4
fjmrytfjsn merged 4 commits intomainfrom
chore/devcontainer-ci-speedup

Conversation

@fjmrytfjsn
Copy link
Copy Markdown
Owner

Summary

  • consolidate CI into one devcontainer job to avoid duplicate builds
  • enable GitHub Actions cache for devcontainer image build
  • set common-utils upgradePackages to false for faster builds
  • parallelize missing npm global installs in setup.sh

Why

  • current workflow spends most time in repeated devcontainer build phases
  • this change targets the largest bottlenecks while keeping behavior intact

Validation

  • workflow syntax and file checks pass locally
  • branch pushed and ready for CI timing comparison

@fjmrytfjsn fjmrytfjsn merged commit bb5cf8e into main Apr 5, 2026
1 check passed
@fjmrytfjsn fjmrytfjsn deleted the chore/devcontainer-ci-speedup branch April 5, 2026 17:23
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.

1 participant