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

[draft] Preliminary support for building with Dune #345

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 4, 2022

  1. [draft] Preliminary support for building with Dune

    Dear CompCert developers, this is a proof-of-concept highlighting a
    full build of x86 using the Dune build system.
    
    The PR is not meant to be merged yet, but as a demonstration and to
    gather feedback. In particular, it has a few quirks that should be
    solved soon Dune upstream:
    
    - no proper configuration
    - mixed Coq/ML dirs require a hack
    - only works with Dune master
    
    IMHO, I think it would make sense to eventually finish and merge this
    PR, either as the main build system, or as secondary one, to be used
    in Coq's Continous Integration system.
    
    Dune support is very interesting for Coq developers as it allows for
    composed, incremental builds with Coq itself; this means a large
    speed-up in practice.
    ejgallego committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    55c8b5e View commit details
    Browse the repository at this point in the history