Skip to content

Conversation

@Renegade334
Copy link
Member

meta: use SCCACHE_GHA_ENABLED for shared build workflows

The test-shared workflow currently sets SCCACHE_GHA_VERSION=on; while this (non-canonically) enables the GHA cache, it also appends "-on" to the version tag of every uploaded cache entry, which prevents any cache entries from being shared with the non-shared workflows. Using the canonical SCCACHE_GHA_ENABLED doesn't overwrite the version string, which means that shared and non-shared builds can share cache hits where available.

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/actions

@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Issues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants