Skip to content

Fix for reusing of externals build

Frank Winklmeier requested to merge fwinkl/athena:cache_externals into master

Second try to caching the externals build. The improvement compared to !32965 (merged) (reverted in !33206 (merged)) is to include the upstream (Athena) project version in the externals stamp file. That way we are rebuilding (and more importantly reinstalling) the externals in case the upstream version changes. Otherwise it would not be found under the release version (ATLINFR-3018).

Also implement the same caching now for AnalysisBase.

cc @akraszna

Edited by Frank Winklmeier

Merge request reports