Skip to content

Cache Codex Lab app builds on artifact volume#173

Merged
cbusillo merged 2 commits into
mainfrom
chore/developer-artifacts-runner-cache
Jun 22, 2026
Merged

Cache Codex Lab app builds on artifact volume#173
cbusillo merged 2 commits into
mainfrom
chore/developer-artifacts-runner-cache

Conversation

@cbusillo

Copy link
Copy Markdown
Owner

Summary

  • document the /Volumes/Developer-Artifacts/github-actions layout for runner installs, reusable caches, and disposable workflow scratch data
  • make codex-lab-app.yml use a persistent Cargo target cache under /Volumes/Developer-Artifacts/github-actions/cache/<owner>/<repo>/codex-lab-app/ on self-hosted runners
  • keep a clean fallback to Cargo's default target directory when the artifact volume is unavailable

Validation

  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/codex-lab-app.yml"); puts "workflow yaml ok"'
  • actionlint -ignore 'label "codex-lab-app" is unknown' .github/workflows/codex-lab-app.yml

Notes

This is the repo-side first step only. The volume skeleton now exists locally, but active runner installations were not moved yet; that should be a deliberate stop/copy/re-register operation.

@cbusillo cbusillo merged commit 259fdca into main Jun 22, 2026
5 checks passed
@cbusillo cbusillo deleted the chore/developer-artifacts-runner-cache branch June 22, 2026 17:53
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