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

CI: remove macos-12; add macos-14-large #80

Merged
merged 3 commits into from
Nov 21, 2024

Commits on Nov 21, 2024

  1. Revert "Generate debug information"

    This reverts commit 312b2f1.
    
    CFLAGS `-g` seems to break reproducible builds (`make test.repro`)
    on macos-13 and later.
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2e0091c View commit details
    Browse the repository at this point in the history
  2. CI: remove macos-12; add macos-14-large

    The macos-12 CI will be completely removed by Dec 3, 2024.
    (actions/runner-images issue 10721)
    
    macos-15-large is not used yet as the CI fails with "No route to host"
    (PR 63)
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6b93651 View commit details
    Browse the repository at this point in the history
  3. Makefile: support specifying DEBUG=1

    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    49fcbc5 View commit details
    Browse the repository at this point in the history