Adding new worker and builder to cover remote indexing feature of clangd.
Details
Diff Detail
- Repository
- rZORG LLVM Github Zorg
- Build Status
Buildable 78237 Build 104085: arc lint + arc unit
Event Timeline
buildbot/osuosl/master/config/workers.py | ||
---|---|---|
210 | nit: typo here and above in "Ubuntu" |
Thanks so much for doing this!
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1863 | nit: tsan or TSan (though the builders seem to be conventionally all-lowercase) | |
1867 | can we add checks=['check-clangd']? As well as being faster, building/testing clangd without building clang is something we want to work. (clangd doesn't have a dependency on all of clang). | |
1870 | Don't we need -DCMAKE_CXX_COMPILER=clang++ or clang++-11 or so? (and ditto -DCMAKE_C_COMPILER) |
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1870 | You're right, CMake was using GCC. Let me set the environment variable in the Docker container, as we're configuring the other build tools there. |
buildbot/osuosl/master/config/workers.py | ||
---|---|---|
211 | Also, is this the correct reference? terraform/main.tf seems to have Windows buildbot configs https://reviews.llvm.org/rZORG0e2cebb40db7ff0a5e10f02041f1c3a6c106b937 |
nit: tsan or TSan (though the builders seem to be conventionally all-lowercase)