swiftlang / swiftlang/github-workflows

Add tools caching using the provided actions/cache workflow

Open
#252 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Swift
Stars
115
Forks
57
Avg merge
1d 8h
Merged PRs (30d)
3

Description

GitHub provides a free 10 GiB cache for every repo: we should be storing the Swift toolchain and SDKs that we download in these workflows there, so that repeated CI runs don't hit the swift.org servers all the time.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the workflows that download the Swift toolchain and SDKs, then review how the provided actions/cache workflow can cover those downloads. Verify repeated CI runs restore the cached tools instead of contacting swift.org, while a cache miss still completes the downloads successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, swift
Domain
ci-cd
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.