-
Notifications
You must be signed in to change notification settings - Fork 565
Labels
bugtype bugtype bug
Description
Search before asking
- I had searched in the issues and found no similar issues.
Version
OS: Manjaro 6.6.103-3-MANJARO
Kvrocks: unstable branch.
Minimal reproduce step
Git clone the repository and build using
./x.py build --ninja -j$(nproc)
Using GNU gcc for compiling with ninja.
What did you expect to see?
The build should succeed without any errors.
What did you see instead?
The build error can be found in the pastebin. As you can see i git cloned the repository and was building normally.
The build fails when building with ninja + gcc. But succeeds if i change compiler and build with --compiler=clang
flag.
The workflows are passing on my fork's branch with the changes i made.
Anything Else?
I am not sure whether this is a problem but a few days back this error was consistent until i changed the compiler from gcc to clang.
Are you willing to submit a PR?
- I'm willing to submit a PR!
Metadata
Metadata
Assignees
Labels
bugtype bugtype bug