- Check created symlinks.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGb6fb0209b6d4: [libc++] [CI] Install Tip-of-Trunk clang.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I can make it work without the LLVM_TOT_VERSION by getting $LLVM_VERSION from llvm.sh script and putting it into a temporary file (because I can't store it in a variable during docker build). Would it be better?
Another thing, should we prefer installing a fixed version of clang-format or ToT? The latter has improvements for concepts for example, but may (theoretically) be unstable.
Comment Actions
- Put current LLVM_VERSION in file and use it later.
- Make script completely automatic. Don't rely on LLVM_VERSION variable from llvm.sh.
Comment Actions
This LGTM - did you test it? Build the image and run one of the build bots (./libcxx/utils/ci/run-buildbot whatever). If it passes, LGTM.