Fix for reusing of externals build
Compare changes
Files
4@@ -82,12 +82,23 @@ if [ "$FORCE" = "1" ]; then
@@ -117,3 +128,6 @@ ${scriptsdir}/build_atlasexternals.sh \
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