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

Build and install ocamltoplevel.cmxa by default #10690

Merged
merged 3 commits into from
Oct 13, 2021

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    9ab0d9d View commit details
    Browse the repository at this point in the history
  2. Add --enable-native-toplevel

    When configured with --enable-native-toplevel, ocamlnat is linked and
    installed as part of the build. This is enabled for the main CI job only
    - all the others will continue to build the native toplevel library as
    part of the previous commit.
    dra27 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    b64a764 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Always build ocamlnat

    dra27 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    cd794ec View commit details
    Browse the repository at this point in the history