File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 75
75
exit
76
76
fi
77
77
78
- # skip bullseye base
79
- if [ " $RPIOS_TYPE " != " bullseye" ] && [ " $GCC_VERSION " = " 10.2.0" ]; then
80
- echo " Invalid GCC: $GCC_VERSION !"
81
- exit
82
- fi
83
-
84
78
# collect dependencies versions from raspberry pi os
85
79
if [ " $RPIOS_TYPE " = " bookworm" ]; then
86
80
if echo ${GCC_VERSION% .* } " 12.2" | awk ' {exit ( $1 >= $2 )}' ; then
Original file line number Diff line number Diff line change 59
59
echo " Parameters configured!"
60
60
fi
61
61
62
- # skip bullseye base
63
- if [ " $RPIOS_TYPE " != " bullseye" ] && [ " $GCC_VERSION " = " 10.2.0" ]; then
64
- echo " Invalid GCC: $GCC_VERSION !"
65
- exit
66
- fi
67
-
68
62
# collect dependencies versions from raspberry pi os
69
63
if [ " $RPIOS_TYPE " = " bookworm" ]; then
70
64
if echo ${GCC_VERSION% .* } " 12.2" | awk ' {exit ( $1 >= $2 )}' ; then
You can’t perform that action at this time.
0 commit comments