We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e404e commit adad1dfCopy full SHA for adad1df
scripts/start.sh
@@ -59,7 +59,7 @@ if [ "$DL_ON_START" == "true" ]; then
59
GCC_V=$(gcc -v 2>&1 | grep -oP "(?<=gcc version )[^ ]+")
60
PRECOMP_GCC_V=$(grep "CONFIG_CC_VERSION_TEXT" ${DATA_DIR}/linux-${UNAME}/.config | grep -oP '\d+\.\d+(\.\d+)?')
61
if [ "${PRECOMP_GCC_V}" != "${GCC_V}" ]; then
62
- echo "WARNING: gcc version from precompiled Kernel version (v${PRECOMP_GCC_V}) does not match the gcc version from the container (v${GCC_V})."
+ echo "WARNING: gcc version from precompiled Kernel version v${PRECOMP_GCC_V} does not match the gcc version from the container v${GCC_V}."
63
fi
64
65
cd ${DATA_DIR}/linux-${UNAME}
0 commit comments