Skip to content
Snippets Groups Projects
  1. Apr 11, 2024
  2. Apr 08, 2024
  3. Mar 22, 2024
  4. Mar 19, 2024
  5. Mar 18, 2024
  6. Mar 13, 2024
  7. Mar 11, 2024
    • boklm's avatar
      Bug 41102: Compress firefox source tarball in a container · c73503ae
      boklm authored
      As the xz version on the host can be different and produce different
      output, we compress the firefox source tarball inside a container.
      
      At the same time we use xz's --threads option to make compression
      faster by using multiple threads.
      
      We also move the src-tarballs step definition from rbm.conf to
      projects/firefox/config since it's not used in any other project.
      c73503ae
  8. Mar 05, 2024
  9. Mar 04, 2024
  10. Feb 29, 2024
  11. Feb 20, 2024
  12. Feb 15, 2024
  13. Feb 14, 2024
  14. Feb 13, 2024
  15. Jan 31, 2024
  16. Jan 30, 2024
  17. Jan 25, 2024
  18. Jan 23, 2024
  19. Jan 19, 2024
  20. Jan 18, 2024
  21. Jan 16, 2024
  22. Jan 11, 2024
  23. Jan 10, 2024
  24. Jan 09, 2024
    • Richard Pospesel's avatar
      Bug 41058: Update Snowflake to 2.8.1 · d7ba22ea
      Richard Pospesel authored
      (cherry picked from commit 4ea089e4)
      d7ba22ea
    • Pier Angelo Vendrame's avatar
      Bug 41015: Enable std::filesystem on libc++ on Windows · d5376ce1
      Pier Angelo Vendrame authored
      We need to do some path manipulation in some Firefox code that is run
      before initializing XPCOM.
      So, the alternatives are either Path* functions from shlwapi, or
      std::filesystem, which is disabled in Firefox 115.
      
      Mozilla enabled it starting from 116, but we have been told it is okay
      to enable it also in 115, so we do it with this patch.
      d5376ce1
    • Pier Angelo Vendrame's avatar
      Bug 41016: Switch from bullseye to bookworm on macOS+Windows. · 2dc972fd
      Pier Angelo Vendrame authored
      Debian bookworm became the new stable in June 2023, so we should update
      our containers to use it.
      
      On macOS the update did not cause any issue, and just updating the
      suite name worked.
      On Windows, it caused some problems where we used the strip provided by
      the OS (only for tor, it seems), because the new version of strip seems
      to update the timestamps by default.
      
      We are delaying the process for Android because there are still a
      couple of projects that require Java 11, which is not available on
      bookworm.
      2dc972fd
  25. Dec 21, 2023
  26. Dec 20, 2023
  27. Dec 19, 2023
Loading