spotify / XCRemoteCache

Other
825 stars 50 forks source link

Generate fingerprints event a consumer compiles locally. #162

Closed CharlieSuP1 closed 1 year ago

CharlieSuP1 commented 1 year ago

As a conumser, a target could be compiled locally because of network error when fetching caches during prebuild phase, and all targes depends on this very target are all compiled locally. So in this case we still try to genterate finterprints,.

CharlieSuP1 commented 1 year ago

And I found very confused that the func generateFingerprintOverrides() \\with no args is declared but not called in the master branch.