Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static binary build for 2.4.x branch #1080

Closed
wants to merge 2 commits into from

Commits on Mar 27, 2024

  1. feat: Statically linked binary releases (OCamlPro#1045)

    This patch modifies the Docker workflow to build a statically linked
    portable binary of Alt-Ergo, following [1]. This also adds static builds
    for macOS on both x86-64 and arm64 platforms.
    
    Building the Linux binaries is fairly quick and hence performed on
    push/pull_request. It can also be manually requested. macOS static
    builds are much slower and can only be manually requested.
    
    [1] : https://ocamlpro.com/blog/2021_09_02_generating_static_and_portable_executables_with_ocaml/
    bclement-ocp committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1a153bf View commit details
    Browse the repository at this point in the history
  2. TEMP: Test macOS build

    bclement-ocp committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f15530b View commit details
    Browse the repository at this point in the history