-
Notifications
You must be signed in to change notification settings - Fork 476
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
Add installation instructions for m4 on mac #8929
Conversation
Thanks, VS Code sometimes adds this :(. Fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -- @davidgomes also added this in one of his PR, anyways, we can get this merged first
Just merge this, I will rebase and fix conflicts because my PR will take a while to get merged. |
3829 tests run: 3719 passed, 0 failed, 110 skipped (full report)Flaky tests (2)Postgres 16
Postgres 15
Code coverage* (full report)
* collected from Rust tests only The comment gets automatically updated with the latest test results
02412e4 at 2024-09-05T15:16:28.966Z :recycle: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
m4
comes with command line tools (CLT, installed via xcode-select --install
), @stradig / @davidgomes could you guys share your brew config
output (it shows which CLT version is installed)
It didn't for me, for sure. Anyway, here's my
|
No, it's a known issue for a few months now and Apple is working on a fix supposedly. |
Thanks! Here is my output
|
Thanks for the link! |
Problem
Building on MacOS failed due to missing m4. Although a window was popping up claiming to install m4, this was not helping.
Summary of changes
Add instructions to install m4 using brew and link it (thanks to Folke for helping).