Skip to content
Snippets Groups Projects
  1. Nov 20, 2024
  2. Jul 01, 2024
  3. Jun 07, 2024
  4. Jun 03, 2024
  5. Dec 21, 2023
  6. Nov 30, 2023
  7. Nov 23, 2023
  8. Oct 11, 2023
  9. Oct 02, 2023
  10. Sep 01, 2023
  11. Jun 12, 2023
  12. Jun 07, 2023
  13. Mar 13, 2023
  14. Mar 01, 2023
    • Sébastien Villemot's avatar
      CI: various cleanups · 13e51fba
      Sébastien Villemot authored
      - drop the Julia stuff, since it is no longer used
        In particular, no longer use static linking, since builds are now only
        for testing purposes and are not shipped
      - drop the Windows i686 build, since we no longer support that configuration
      - bump Boost version used for Windows x86-64 build
      - rename build_linux_aarch64 into build_linux_arm64 for clarity
      13e51fba
  15. Sep 06, 2022
  16. Jun 09, 2022
  17. Jul 21, 2021
  18. Jun 24, 2021
  19. Apr 06, 2021
    • Sébastien Villemot's avatar
      CI: build GNU/Linux ARM64 binary · e3c716fa
      Sébastien Villemot authored
      e3c716fa
    • Sébastien Villemot's avatar
      CI: streamline compilation commands · 9f6df25a
      Sébastien Villemot authored
      — add “-s” to LDFLAGS instead of manually calling strip
      — on GNU/Linux, do not pass “-static” to LDFLAGS. We can dynamically link
        against glibc, since in Artifacts.toml we explicitly mention that we compile
        for a glibc system (and not musl)
      — use --host=i686-linux-gnu to compile for GNU/Linux 32-bit, instead of passing “-m32”
        N.B.: Under Debian, g++-i686-linux-gnu must be installed. Otherwise this will
        silently use the 64-bit compiler
      — for symmetry, use --host=x86_64-linux-gnu for GNU/Linux 64-bit
      — on macOS, pass “-static-libgcc” through LDFLAGS rather than CXXFLAGS; this
        requires setting CC to gcc-10
      — use better names for the jobs
      9f6df25a
  20. Apr 02, 2021
  21. Mar 11, 2021
  22. Jan 07, 2021
  23. Jan 06, 2021
  24. Dec 17, 2020
  25. Sep 01, 2020
  26. May 27, 2020
  27. May 13, 2020
  28. Oct 17, 2019
  29. Oct 15, 2019
  30. Sep 11, 2018
Loading