Skip to content

Commit

Permalink
[DEBUG] Removed invalid patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Aug 31, 2024
1 parent a1592eb commit 136643f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions build-scripts/CI/CICTB_32b
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ else
exit
fi

# skip bullseye base
if [ "$RPIOS_TYPE" != "bullseye" ] && [ "$GCC_VERSION" = "10.2.0" ]; then
echo "Invalid GCC: $GCC_VERSION!"
exit
fi

#collect dependencies versions from raspberry pi os
if [ "$RPIOS_TYPE" = "bookworm" ]; then
if echo ${GCC_VERSION%.*} "12.2" | awk '{exit ( $1 >= $2 )}'; then
Expand Down
6 changes: 0 additions & 6 deletions build-scripts/CI/CICTB_64b
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ else
echo "Parameters configured!"
fi

# skip bullseye base
if [ "$RPIOS_TYPE" != "bullseye" ] && [ "$GCC_VERSION" = "10.2.0" ]; then
echo "Invalid GCC: $GCC_VERSION!"
exit
fi

#collect dependencies versions from raspberry pi os
if [ "$RPIOS_TYPE" = "bookworm" ]; then
if echo ${GCC_VERSION%.*} "12.2" | awk '{exit ( $1 >= $2 )}'; then
Expand Down

0 comments on commit 136643f

Please sign in to comment.