Skip to content
Snippets Groups Projects
  1. Dec 27, 2024
  2. Dec 02, 2024
  3. Nov 20, 2024
  4. Jul 01, 2024
  5. Jun 07, 2024
  6. Jun 03, 2024
  7. Dec 21, 2023
  8. Nov 30, 2023
  9. Nov 23, 2023
  10. Oct 11, 2023
  11. Oct 02, 2023
  12. Sep 01, 2023
  13. Jun 12, 2023
  14. Jun 07, 2023
  15. Mar 13, 2023
  16. 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
  17. Sep 06, 2022
  18. Jun 09, 2022
  19. Jul 21, 2021
  20. Jun 24, 2021
  21. 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
  22. Apr 02, 2021
  23. Mar 11, 2021
  24. Jan 07, 2021
  25. Jan 06, 2021
  26. Dec 17, 2020
  27. Sep 01, 2020
  28. May 27, 2020
  29. May 13, 2020
  30. Oct 17, 2019
  31. Oct 15, 2019
Loading