Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix llvm-build for almalinux (#5111)
If a directory with LLVM exists in the runner (for example, a leftover from a previous run for the same LLVM commit id), then the new LLVM build will be copied to `install` subdirectory. To avoid this case we should remove the existing LLVM installation directory. Fixes #5096.
- Loading branch information