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

fix: Disable gcc sanitizer on macos by default #255

Merged

Commits on Mar 27, 2024

  1. Disable gcc sanitizer on macos by default

    According to https://github.com/orgs/Homebrew/discussions/3384#discussioncomment-6264292,
    gcc now dosen't support libsanitizer on macOS with arm64 and macOS Ventuna or later with x86_64.
    FeignClaims committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c41a9e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Add gcc test on macos-13

    FeignClaims committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f5e7f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    216dfd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1916999 View commit details
    Browse the repository at this point in the history
  4. Make sanitizer enabling consistent

    - Make sanitizer enabling in dynamic_project_options consistent with
      detect_sanitizers_support.
    - detect MacOS OS version to keep gcc sanitizers enable on x86_64 macOS Monterey or older.
    FeignClaims committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6f25c7f View commit details
    Browse the repository at this point in the history