-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Issues with Version 1.0.0 #301
Comments
I am facing the same issue. @helly25 Any workaround that you discovered? |
I could not find an easy solution. So for the time being I have pinned my repos to a commit hash just before version 1.0.0. |
|
I tried successfully #337 with https://github.com/helly25/mbo/releases/tag/0.2.27 but I have a private repository where it causes issues. I'll investigate that further. |
The issue I now have with the private repo is that |
When updating to version 1.0.0 for github.com/helly25/mbo #23, then I get issues on Ubuntu.
Details:
--linkopt=-fuse-ld=lld
FAIL: clang: error: invalid linker name in argument '-fuse-ld=lld'--linkopt=-fuse-ld=lld
FAIL: clang: error: invalid linker name in argument '-fuse-ld=lld'So #292 Fails on MacOS if
lld
is used but passes on Ubuntu and on MacOS with default linker.Since #294 however on Ubuntu the C++20 modules appear to be active incorrectly. This can also not be disabled by passing necessary compiler flags.
The text was updated successfully, but these errors were encountered: