This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -154,10 +154,6 @@ generate_layout()
154154
155155 # Make sure to copy over the pulled down packages
156156 cp -r $__BinDir /* $CORE_ROOT / > /dev/null
157-
158- nextCommand=" \" $__TestDir /setup-stress-dependencies.sh\" --outputDir=$CORE_ROOT "
159- echo " Resolve runtime dependences via $nextCommand "
160- eval $nextCommand
161157}
162158
163159generate_testhost ()
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ initDistroRidGlobal ${__BuildOS} x64 ${isPortable}
147147# The CoreDisTools package is currently manually packaged and we only have
148148# 14.04 and 16.04 packages. Use the oldest package which will work on newer
149149# platforms.
150- if [[ ${__BuildOS } == " Linux " ]]; then
150+ if [[ ${__DistroRid } == " ubuntu " * ]]; then
151151 __DistroRid=ubuntu.14.04
152152fi
153153
170170
171171# Get library path
172172libPath=` find $packageDir | grep $rid | grep -m 1 libcoredistools`
173- echo " libPath to be used: ${libPath} "
174-
175173if [ ! -e $libPath ] || [ -z " $libPath " ]; then
176174 exit_with_error 1 ' Failed to locate the downloaded library'
177175fi
You can’t perform that action at this time.
0 commit comments