Remove unnnecessary files from Linux Binary Drops
This commit is contained in:
Родитель
761ed6de36
Коммит
c9fb80945f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче