When LLVM updated the C++ standards to 17, the AIX bot encountered multiple related build issues because ibm-clang doesn't currently have a release to support C++17. So, this patch switches the build compiler for AIX from ibm-clang to clang as a step to mitigate that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rZORG LLVM Github Zorg
- Build Status
Buildable 180715 Build 272122: arc lint + arc unit
Event Timeline
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
711 | Maybe it's better to not include the specific release candidate in the path here? That will give more flexibility to update to the final release once it's available without necessitating yet another change. |
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
711–712 | Can we check the installation path conventions for AIX deployments? I would think this is /usr/local territory. |
Maybe it's better to not include the specific release candidate in the path here? That will give more flexibility to update to the final release once it's available without necessitating yet another change.