1. Oct 23, 2023
  2. Oct 21, 2023
  3. Oct 20, 2023
  4. Oct 19, 2023
  5. Oct 17, 2023
  6. Oct 15, 2023
  7. Oct 07, 2023
  8. Oct 04, 2023
  9. Sep 27, 2023
  10. Sep 26, 2023
  11. Sep 25, 2023
  12. Sep 22, 2023
  13. Sep 21, 2023
    • Alejandro R. Mosteo's avatar
      Set shared dependencies as the default · 36f7053b
      Alejandro R. Mosteo authored
      user-changes.md: Explain shared builds
      36f7053b
    • Alejandro R. Mosteo's avatar
      Comprehensive tests for shared builds · 96c539df
      Alejandro R. Mosteo authored
      Added `shared-build` driver
      
      Added `build_mode` key to the Python driver
      
      Fix config generation in `alr update` in shared mode
      
      Remove need for compiler in absence of dependencies
      
      Fixed monorepo tests and base dir
      
      Delay config generation in sandboxed mode too
      
      Include explicit switches in build hash inputs
      
      This is necessary because for shared builds we're never regenerating the
      configuration, so changes in switches went undetected
      
      Require complete config for sandboxed build
      
      Self-review
      96c539df
  14. Sep 19, 2023
  15. Sep 18, 2023
  16. Sep 15, 2023
  17. Sep 13, 2023
  18. Sep 12, 2023
  19. Sep 05, 2023
  20. Sep 04, 2023
    • Alejandro R Mosteo's avatar
      Reuse hashing mechanism to regen config in sandboxed mode (#1438) · 6d9dc5ee
      Alejandro R Mosteo authored
      * Regenerate configs on demand (sandboxed deps)
      
      Leverage the new build hashing to make sure when a configuration needs
      regenerating. This is pessimistic but safer than what we had, and more
      future-proof.
      
      * fix wrong switches generation
      
      * test fixes
      
      * New test, checking no unneeded rebuilds happen
      
      * Fixes for CI-detected issues
      6d9dc5ee