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

Bootstrap Opam with OCaml 4.11.1 #4242

Merged
merged 8 commits into from Sep 9, 2020
Merged

Commits on Sep 3, 2020

  1. build cold bootstrap with OCaml 4.11.1 to fix gcc10 compilation

    This is because gcc10 defaults to -fcommon which causes
    compatibility carnage.  See ocaml/opam-repository#16583.
    
    Co-authored-by: Antonin Décimo <antonin.decimo@gmail.com>
    avsm and MisterDA committed Sep 3, 2020
    Copy the full SHA
    33e0f49 View commit details
    Browse the repository at this point in the history
  2. travis: fix warnings

    MisterDA committed Sep 3, 2020
    Copy the full SHA
    aff67d7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f368400 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d9e9762 View commit details
    Browse the repository at this point in the history
  5. Force CRLF line endings for batch scripts

    When cloning the repository under Cygwin, CRLF are not set on batch
    scripts. This is irrelevant for most CIs because the repository is
    cloned outside of Cygwin, but this can happen to a user building Opam
    from Cygwin and experimenting with the appveyor_build.cmd script.
    MisterDA committed Sep 3, 2020
    Copy the full SHA
    3608407 View commit details
    Browse the repository at this point in the history
  6. Don't force LF line endings on zsh script

    > the pattern is not necessary, as the scripts with those extensions
    > are not executable and are crunched into an OCaml script
    
    ocaml#4242 (comment)
    MisterDA committed Sep 3, 2020
    Copy the full SHA
    152f618 View commit details
    Browse the repository at this point in the history
  7. update changes

    MisterDA committed Sep 3, 2020
    Copy the full SHA
    6f067d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Copy the full SHA
    b2126fa View commit details
    Browse the repository at this point in the history