PTAL, a small result of a "why did this build break, it should be hermetic" investigation.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
FTR issue was on my end, unsurprisingly since I haven't been through the new process yet. One https://chromium.googlesource.com/chromium/src/+/HEAD/docs/gerrit_reauth.md#ReAuth-in-Gerrit-Web-UI round trip later I'm all set up and it feels better now (tm).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Pass -Wno-gcc-install-dir-libstdcxx in gcc_preprocess.py
Recently clang started complaining with a "clang: warning: future
releases of the clang compiler will prefer GCC installations containing
libstdc++ include directories" on some systems, which was fatal in
gcc_preprocess.py. For example, this would be triggered on a Ubuntu
machine where gcc and libstdc++ in version 11 exist, and libgcc-12-dev
is also installed but a corresponding libstdc++-12-dev is not.
Avoid clang complaints by disabling the warning. The gcc_preprocess.py
action in the Android build only runs clang for preprocessing (duh) and
does not include any headers anyway.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |