Skip to content
Snippets Groups Projects
  1. Mar 26, 2025
  2. Mar 19, 2025
  3. Mar 15, 2025
  4. Mar 14, 2025
  5. Mar 09, 2025
    • Georges Racinet's avatar
      Python 3.11 on Debian 12: fixing rolling and using the venv of the base image · 2f2cb45c
      Georges Racinet authored
      With the move to Debian 12, we need to use a virtualenv, the base image
      has already been updated to provide that.
      
      With the current Mercurial stable (7.0), `python setup.py --rust`
      simply does not work anymore, but building a wheel locally does.
      
      Also, the MSRV is now 1.79. We keep on using 1.73 for the released
      versions, because that is the one provided by Omnibus and heptapod-base CI
      images (inherited from upstream GitLab).
      2f2cb45c
  6. Mar 08, 2025
  7. Aug 12, 2024
  8. Aug 08, 2024
  9. Jul 22, 2024
  10. May 24, 2024
  11. Apr 22, 2024
  12. Apr 19, 2024
    • Georges Racinet's avatar
      heptapod#1494: make 1.5 the new stable · 7c2d3280
      Georges Racinet authored
      7c2d3280
    • Georges Racinet's avatar
      Rolling: detached from mirror.octobus.net · ae570100
      Georges Racinet authored
      mirror.o.n is down and not guaranteed to come back, using the official
      Mercurial site instead. The dependency to it was implicit in the pull of
      the mercurial repository (cloned from mirror.o.n in Octobus base image).
      
      It is not 100% sure these rolling images are relevant for the stable branch
      (could be) and almost certain they are not for the oldstable branch.
      We should probably add some job rules, but that will be for another day.
      ae570100
  13. Apr 02, 2024
  14. Jan 20, 2024
  15. Jan 18, 2024
  16. Jan 06, 2024
  17. Dec 12, 2023
  18. Nov 24, 2023
  19. Nov 20, 2023
  20. Nov 16, 2023
  21. Nov 14, 2023
  22. Aug 11, 2023
  23. Aug 06, 2023
  24. May 04, 2023
  25. Aug 06, 2023
    • Georges Racinet's avatar
      Rust: pushing MSRV 1.65 · 2f6c2a46
      Georges Racinet authored
      This is the general version available in GitLab context, and
      it can build Tokei, which will be soon needed (see hgitaly#12)
      2f6c2a46
  26. May 03, 2023
  27. Mar 31, 2023
  28. Mar 13, 2023
  29. Feb 13, 2023
    • Georges Racinet's avatar
      Rust: using a fixed toolchain installed with rustup · 9ad2c468
      Georges Racinet authored
      We'll need to get back to Debian 11 (bullseye) as base image,
      because Python 3.11 is not an option with the version of `grpcio`
      used in HGitaly. This means that the Debian version of the Rust
      toolchain becomes too old, and we have to provide the same version
      as in Debian testing.
      
      Of course there's now way we'd pipe a curl output to sh, instead
      we're including a just downloaded version of https://sh.rustup.rs
      
      Note: `source` is not available from Docker `RUN` statements, but
      `.` is.
      9ad2c468
  30. Dec 12, 2022
  31. Nov 22, 2022
  32. Nov 20, 2022
Loading