Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Nov 21, 2024
  2. Nov 20, 2024
  3. Jul 03, 2024
  4. 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
  5. Jun 05, 2024
  6. Apr 26, 2024
  7. Mar 12, 2024
  8. Feb 27, 2024
  9. Feb 22, 2024
  10. Sep 19, 2023
  11. Sep 15, 2023
  12. Aug 31, 2023
  13. Aug 15, 2023
  14. 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
  15. Jul 26, 2023
  16. Jul 05, 2023
  17. May 03, 2023
  18. Apr 24, 2023
  19. Mar 23, 2023
  20. Nov 03, 2022
  21. Oct 01, 2022
  22. Aug 08, 2022
  23. Jul 22, 2022
  24. Jul 05, 2022
  25. Jul 04, 2022
  26. Jun 07, 2022
  27. May 25, 2022
  28. Apr 22, 2022
  29. Feb 09, 2022
  30. Jan 24, 2022
  31. Aug 25, 2021
  32. Aug 23, 2021
  33. Mar 10, 2021
  34. 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
  35. Jan 15, 2021
Loading