Rebuild without cache

Continuing the discussion from Why was Rebuild Without Cache button removed for workflows?

the button “rerun without cache” was also removed from the build page.

1 Like

Looks like the new way is to update the cache key in the config file (see Where is the Rebuild without cache button? - #2 by wrburgess)

Relevant support doc here:
Clear project dependency cache – CircleCI Support Center

It looks like we need to update the cache key by changing the name in our .circleci/config.yml which means a commit to the codebase to fix a cache problem in CircleCI. :frowning:

Except I don’t own the cache key. I’m using an orb that is setting the cache key so I don’t have access to manually bust it. This is infuriating.

Which ORB? ORBs are just text scripts so it should be possible to find any unique values that use by looking at the script.