buildbreaker2021
buildbreaker2021
I will have a look at this.
I've looked into this for a while, a couple of findings which might help: 1) If src/main/java/com/google/devtools/build/lib/rules/cpp/LibrariesToLinkCollector.java is reverted to the previous state the target builds. So the culprit might...
I think I got to the bottom of this. After comparing linker commands there were still usages of -Wl. I have a fix unless it does not break anything else....
Hey, I think I have the fix, but from our side it requires quite a bit of testing, I've kicked it off this morning.
@fmeum The change from our side is not straightforward. So our change which is required for the fix is instant(does not require a release to be picked up). However the...
The solution which I currently have in mind, would require at least 1-2 weeks, depending on the internal Bazel release time.
I will ping the PR once we are ready for the merge - import step is fine from my side if you are fine with it.
Hey @fmeum , During further testing I discovered that my fix(even though it fixed current issue) breaks something else. So it would require more time commitment from my side compared...
A quick update. After seeing @fmeum 's latest commit I realized that going in a flag direction would be quite tedious, since on top of the flag we would need...
I don't think the failure in `rules_cc` is related to the one in `system_library_test`. Nevertheless I will fix `rules_cc` first.