Skip to content
Snippets Groups Projects
  1. Jul 03, 2024
  2. Jun 17, 2024
    • Frank Winklmeier's avatar
      build_project_externals: always do a full externals build · 9fac3cb0
      Frank Winklmeier authored
      Change the default for externals builds from incremental to full build
      as not all externals are compatible with incremental builds. Note that
      if there are no changes to the externals version, the already existing
      build will be fully re-used as before.
      
      One can use the new `-i` option to force an incremental build if needed.
      
      Relates to ATLINFR-4752.
      9fac3cb0
  3. Jun 05, 2024
  4. Apr 26, 2024
  5. Mar 12, 2024
  6. Feb 27, 2024
  7. Feb 22, 2024
  8. Sep 19, 2023
  9. Sep 15, 2023
  10. Aug 31, 2023
  11. Aug 15, 2023
  12. Jul 28, 2023
    • Frank Winklmeier's avatar
      AtlasBuildScripts: fix bug in logic to decide on externals rebuild · b58fe06c
      Frank Winklmeier authored
      Rewrite the code to decide if an externals rebuild is needed. Instead of
      using a combination of the externals version number and a hash of all
      (c)make arguments, simply concatenate all relevant information into one
      big "stamp" file.
      
      This fixes also the problem of re-using stale builds (ATLINFR-5026).
      
      Relates to ATLINFR-3018.
      b58fe06c
  13. Jul 26, 2023
  14. Jul 05, 2023
  15. May 03, 2023
  16. Apr 24, 2023
  17. Mar 23, 2023
  18. Nov 03, 2022
  19. Oct 01, 2022
  20. Aug 08, 2022
  21. Jul 22, 2022
  22. Jul 05, 2022
  23. Jul 04, 2022
  24. Jun 07, 2022
  25. May 25, 2022
  26. Apr 22, 2022
  27. Feb 09, 2022
  28. Jan 24, 2022
  29. Aug 25, 2021
  30. Aug 23, 2021
  31. Mar 10, 2021
  32. Mar 08, 2021
    • Attila Krasznahorkay's avatar
      Introduced a common build_externals.sh script for the "external-less" projects. · 19f2089c
      Attila Krasznahorkay authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      This is meant to be used by AthDataQuality and DetCommon for the time
      being. Just like build_project_externals.sh, meant for the other projects,
      it requires a few simple settings from the individual build_externals.sh
      scripts, and can then do the code checkout in a consistent way for both
      of them.
      
      At the same time fixed some small issues in the existing scripts as
      well to ensure that code checkout errors would be properly reported
      by them.
      19f2089c
  33. Jan 15, 2021
  34. Jan 13, 2021
  35. Oct 01, 2020
Loading