rever to default but exclude for sgx/netos projects

This commit is contained in:
kaleb-himes
2018-04-30 14:57:29 -06:00
parent 3476a9b55a
commit c5a39b9048

View File

@ -194,16 +194,16 @@ done
# The following is temporary. We are using random.c from a separate release # The following is temporary. We are using random.c from a separate release
# This is forcefully overwriting any other checkout of the cyassl sources. # This is forcefully overwriting any other checkout of the cyassl sources.
# Removing this as default behavior but leaving in comment to allow for easy # Removing this as default behavior for SGX and netos projects.
# reference if needed for any testing. Chris to remove when ready. if [ "x$CAVP_SELFTEST_ONLY" == "xno" ] && [ "x$PLATFORM" != "xsgx" ] && \
#if [ "x$CAVP_SELFTEST_ONLY" == "xno" ]; [ "x$PLATFORM" != "xnetos-7.6" ];
#then then
# pushd old-tree pushd old-tree
# git checkout v3.6.0 git checkout v3.6.0
# popd popd
# cp old-tree/$WC_SRC_PATH/random.c $WC_SRC_PATH cp old-tree/$WC_SRC_PATH/random.c $WC_SRC_PATH
# cp old-tree/$WC_INC_PATH/random.h $WC_INC_PATH cp old-tree/$WC_INC_PATH/random.h $WC_INC_PATH
#fi fi
# clone the FIPS repository # clone the FIPS repository
git clone -b $FIPS_VERSION $FIPS_REPO fips git clone -b $FIPS_VERSION $FIPS_REPO fips