Skip to content

Commit

Permalink
Remove duplicated files from the build artefact.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Oct 5, 2023
1 parent b9afb7f commit 4dd96f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,14 @@ merge_task:
- cd Build
- ninja install-distribution
- cp ../llvm/LICENSE.TXT install/LLVM-LICENSE.TXT
# Artefact upload uploads symlinks as copies, so delete all of the clang symlinks
- rm install/bin/clang
- rm install/bin/clang++
- rm install/bin/clang-cl
- rm install/bin/clang-cpp
- rm install/bin/ld.lld
- rm install/bin/ld64*
- rm install/bin/lld-link
- rm install/bin/wasm-ld
binaries_artifacts:
path: "Build/install/**"

0 comments on commit 4dd96f4

Please sign in to comment.