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 +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,12 @@ generate_layout()
154154
155155 # Make sure to copy over the pulled down packages
156156 cp -r $__BinDir /* $CORE_ROOT / > /dev/null
157+
158+ if [ " $__BuildOS " != " OSX" ]; then
159+ nextCommand=" \" $__TestDir /setup-stress-dependencies.sh\" --outputDir=$CORE_ROOT "
160+ echo " Resolve runtime dependences via $nextCommand "
161+ eval $nextCommandelse
162+ fi
157163}
158164
159165generate_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 [[ ${__DistroRid } == " ubuntu " * ]]; then
150+ if [[ ${__BuildOS } == " Linux " ]]; 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+
173175if [ ! -e $libPath ] || [ -z " $libPath " ]; then
174176 exit_with_error 1 ' Failed to locate the downloaded library'
175177fi
You can’t perform that action at this time.
0 commit comments