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

Conversation

dominiklohmann
Copy link
Member

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 dominiklohmann added maintenance Tasks for keeping up the infrastructure ci Continuous integration and delivery labels Apr 25, 2024
@dominiklohmann dominiklohmann requested a review from a team April 25, 2024 15:04
@dominiklohmann dominiklohmann force-pushed the topic/disable-web-plugin-macos branch 2 times, most recently from c990363 to bef1507 Compare April 25, 2024 19:24
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 dominiklohmann changed the base branch from main to topic/unify-builds April 26, 2024 12:41
Base automatically changed from topic/unify-builds to main April 26, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration and delivery maintenance Tasks for keeping up the infrastructure
Projects
None yet
2 participants