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

cmake: Enable C language in the root CMakeLists.txt #252

Merged
merged 6 commits into from
Jul 12, 2024

Commits on Jul 11, 2024

  1. guix: use glibc 2.31

    Set minimum required glibc to 2.31.
    The glibc 2.31 branch is still maintained:
    https://sourceware.org/git/?p=glibc.git;a=shortlog;h=refs/heads/release/2.31/master.
    
    Remove the stack-protector check from test-security-check, as the test
    no-longer fails, and given the control we have of the end, the actual
    security-check test seems sufficient (this might also be applied to some
    of the other checks).
    
    Drops runtime support for Ubuntu Bionic 18.04 and RHEL-8 from the release binaries.
    fanquake authored and hebasto committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    439ceb0 View commit details
    Browse the repository at this point in the history
  2. contrib: use c++ rather than c for binary tests

    We don't actually use a c compiler as part of Core's build (only for secp).
    We should be testing against what we're actually using instead.
    theuni authored and hebasto committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    19307f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ea2f53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64dd87c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56d3878 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77876ca View commit details
    Browse the repository at this point in the history