-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Build failure: folly 2024.11.18 (and therefore watchman) stopped compiling on darwin #368501
Comments
hmm, for some reason I thought that |
to get master to build can disable tests as it is just the test not compiling which is causing the build to fail.
|
I think let’s disable the tests on LLVM for now and revert it in |
Fixed by #368576. |
Wonderful, thank you both! |
Steps To Reproduce
Steps to reproduce the behavior:
Build log
See https://gist.github.com/ilyagr/6563926a723ed3f6e8dd121e758cd9bd
Additional context
The build chugged along for a couple of minutes, then 2 instances of
clang++
took 2 hours at 100% CPU utilization (single core) before failing.The problem is with some dependency, a few days ago the same version of folly compiled fine. (
github:NixOS/nixpkgs/nixpkgs-unstable
as of 2024-12-23 20:55 was the last successful time it compiled successfully for me)I suspect #361878 maybe.
Metadata
Notify maintainers
@emilazy
@techknowlogick
@K900
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: