Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Repo: Per-job CI Install step takes a minute #11205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JoshuaKGoldberg opened this issue May 12, 2025 · 3 comments
Open

Repo: Per-job CI Install step takes a minute #11205

JoshuaKGoldberg opened this issue May 12, 2025 · 3 comments
Labels
performance Issues regarding performance repo maintenance things to do with maintenance of the repo, and not with code/docs triage Waiting for team members to take a look

Comments

@JoshuaKGoldberg
Copy link
Member

Suggestion

Splitting out of #11204: right now, each CI job typically spends over a minute in the Install step:

uses: ./.github/actions/prepare-install

Examples from a docs-only PR, #11200:

That seems very long to me. In theory this should all be cached nicely, so all CI needs to do is download a lockfile and run a bit of disk linking/processing. Why does this take a full minute? Can we speed it up?

Additional Info

💖

@JoshuaKGoldberg JoshuaKGoldberg added triage Waiting for team members to take a look performance Issues regarding performance repo maintenance things to do with maintenance of the repo, and not with code/docs labels May 12, 2025
@maschwenk
Copy link

Image

fwiw looks like almost all of that is in the link step

Copy link

Uh oh! @maschwenk, at least one image you shared is missing helpful alt text. Check #11205 (comment) to fix the following violations:

  • Images should have meaningful alternative text (alt text) at line 1

Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.

Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs.

🤖 Beep boop! This comment was added automatically by github/accessibility-alt-text-bot.

@kirkwaiblinger
Copy link
Member

Guessing that's because of the postinstall build?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Issues regarding performance repo maintenance things to do with maintenance of the repo, and not with code/docs triage Waiting for team members to take a look
Projects
None yet
Development

No branches or pull requests

3 participants