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

Disable the web plugin on macOS #4159

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 26, 2024

  1. Disable the web plugin on macOS

    The Homebrew package for its http parser dependency was disabled quite a
    while ago because the library is unmaintained and no longer compiled
    from source against our current compiler toolchain, so it's really hard
    to build the `web` plugin on macOS. This just disables it.
    
    This also re-enables the `parquet` plugin on macOS, as that no longer
    uses illegal instruction as far as I can tell.
    dominiklohmann committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4781200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4039c5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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