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.
10.1.0
1 parent e73241a commit cfe3800Copy full SHA for cfe3800
build-scripts/CI/CICTB_32b
@@ -93,7 +93,7 @@ fi
93
if [ "$RPIOS_TYPE" = "stretch" ]; then
94
GCCBASE_VERSION=6.3.0
95
elif [ "$RPIOS_TYPE" = "buster" ]; then
96
- if [ "$GCC_VERSION" \< "8.3.0" ]; then
+ if echo $GCC_VERSION "8.3.0" | awk '{exit !( $1 > $2)}'; then
97
echo "$GCC_VERSION is not supported on buster!"
98
exit 0
99
else
build-scripts/CI/CINTB_32b
@@ -72,7 +72,7 @@ fi
72
73
74
if [ "$RPIOS_TYPE" = "buster" ]; then
75
76
77
78
fi
0 commit comments