Skip to content
Snippets Groups Projects
Commit 074b2963 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Remove conflicting clang-release files from llvm install

parent 54370ee8
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,13 @@ builds:
install: |
cd "$BUILD_DIR"
ninja ${JOBS:+-j$JOBS} install
CLANG_RELEASE_IDX="$ORCHESTRA_ROOT/share/orchestra/clang-release.idx"
if [ -e "$CLANG_RELEASE_IDX" ]; then
cat "$CLANG_RELEASE_IDX" | while read f; do
rm "${TMP_ROOT}${ORCHESTRA_ROOT}/$f" || true
done
fi
build_dependencies:
- cmake
dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment