Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

chore: prefer CIRCLE_SHA1 vs CIRCLE_TAG in circle's cache key #381

Merged
merged 2 commits into from
Apr 27, 2022

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Apr 25, 2022

per mozilla-services/Dockerflow#44

_TAG seems to only fix this issue on tagged builds, whereas _SHA1 should also
solve it on dev builds lacking a tag

and switch the currently unused sccache key to CIRCLE_JOB

Closes #380

@pjenvey pjenvey requested a review from a team April 25, 2022 22:44
per mozilla-services/Dockerflow#44

_TAG seems to only fix this issue on tagged builds, whereas _SHA1 should also
solve it on dev builds lacking a tag

and switch the currently unused sccache key to CIRCLE_JOB

Closes #380
@pjenvey
Copy link
Member Author

pjenvey commented Apr 25, 2022

Also the same change over here mozilla-services/skeleton#9

Copy link
Collaborator

@ncloudioj ncloudioj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jrconlin jrconlin merged commit 0d82000 into main Apr 27, 2022
@jrconlin jrconlin deleted the chore/380 branch April 27, 2022 15:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch circleci cache key from CIRCLE_SHA1 -> CIRCLE_TAG
3 participants