Stream: committers
Topic: PR fails because of version
Grahame Grieve (Dec 13 2018 at 07:03):
@Josh Mandel I cannot get this PR to succeed. https://github.com/HL7/fhir/pull/377
Grahame Grieve (Dec 13 2018 at 07:04):
I believe that this is because of a caching problem in the local package cache on the build server. Because it certainly builds ok for me locally, but only after I cleaned out the package cache.
Grahame Grieve (Dec 13 2018 at 07:05):
I can't easily resolve my circular dependency on the package cache. I'm not actually sure what to do about this long term, but in the short term, can we just wipe the package cache on the server?
Josh Mandel (Dec 14 2018 at 20:42):
Hi Grahame, just seeing this notification now -- are you indeed seeing caching behavior in the PR build? I've set the PR build to not cache anything:
Josh Mandel (Dec 14 2018 at 20:42):
(Previously was "clean sources")
Grahame Grieve (Dec 14 2018 at 20:51):
something was being cached but it might have been circularity outside the PR build. I had to disable a bunch of checks so that the build could pass and then I was able to re-enable them once it had passed. Next time I do a version upgrade I will be a whole lot more systematic about my process so that I can iron out the dependencies
Last updated: Apr 12 2022 at 19:14 UTC