Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
[ci] Fix an rm statement which can fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Dec 4, 2017
1 parent a21fcae commit a9cfb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run-jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ mkdir tmp-bin
cp usr/bin/{llc,opt,llvm-dis} tmp-bin/
rm usr/bin/*
cp tmp-bin/* usr/bin/
rm usr/lib/libLTO.* usr/lib/*.dylib
rm -f usr/lib/libLTO.* usr/lib/*.dylib
tar cvzf llvm-osx64-$GIT_COMMIT.tar.gz usr

0 comments on commit a9cfb50

Please sign in to comment.