Skip to content

Commit

Permalink
Integrate alexeyo/Binary-Drop-Linux-Remove-Unneeded-Files into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Project Philly committed Dec 5, 2016
2 parents 7188c1f + c9fb809 commit 4b687f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Tools/make_binary_drop_linux
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,22 @@ mkdir -p $baseBinariesPath
echo "Copying build binaries..." >&3
cp -r $buildPath/* $baseBinariesPath
# Remove unnessesary file(s) if exist(s)
#
# General TODO: Implement White List of Binary Drop contents.
# For the time being "cherry pick" removal of unneeded files
#
# Remove Py 3.5 for the time being
rm -f $baseBinariesPath/python/cntk*35*35*.whl
rm -f $baseBinariesPath/bin/brainscripttests
rm -f $baseBinariesPath/bin/cppevalclient
rm -f $baseBinariesPath/bin/cppevalextendedclient
rm -f $baseBinariesPath/bin/cppevalv2client
rm -f $baseBinariesPath/bin/evaltests
rm -f $baseBinariesPath/bin/mathtests
rm -f $baseBinariesPath/bin/multiversotests
rm -f $baseBinariesPath/bin/networktests
rm -f $baseBinariesPath/bin/readertests
rm -f $baseBinariesPath/bin/v2librarydistributiontests
rm -f $baseBinariesPath/bin/v2librarytests

# Make Include directory
Expand Down

0 comments on commit 4b687f4

Please sign in to comment.