Skip to content

Commit 136643f

Browse files
committed
[DEBUG] Removed invalid patch.
1 parent a1592eb commit 136643f

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

build-scripts/CI/CICTB_32b

-6
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ else
7575
exit
7676
fi
7777

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-
8478
#collect dependencies versions from raspberry pi os
8579
if [ "$RPIOS_TYPE" = "bookworm" ]; then
8680
if echo ${GCC_VERSION%.*} "12.2" | awk '{exit ( $1 >= $2 )}'; then

build-scripts/CI/CICTB_64b

-6
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ else
5959
echo "Parameters configured!"
6060
fi
6161

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-
6862
#collect dependencies versions from raspberry pi os
6963
if [ "$RPIOS_TYPE" = "bookworm" ]; then
7064
if echo ${GCC_VERSION%.*} "12.2" | awk '{exit ( $1 >= $2 )}'; then

0 commit comments

Comments
 (0)