Skip to content

Commit

Permalink
fix gcc-13.3.1 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ABUCKY0 committed Jan 3, 2025
1 parent 48a93db commit e21df26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ RUN <<-"EOF" bash

rm -rf "$toolchain"/{share,include}
rm -rf "$toolchain"/lib/gcc/arm-none-eabi/13.3.1/arm
rm -f "$toolchain"/bin/arm-none-eabi-{gdb,gdb-py,cpp}
rm -rf "$toolchain"/bin/arm-none-eabi-gcc-13.3.1
rm -f "$toolchain"/bin/arm-none-eabi-{gdb,gdb-py,cpp,gcc-13.3.1}

find "$toolchain"/arm-none-eabi/lib/thumb -mindepth 1 -maxdepth 1 ! -name 'v7-a+fp' -exec rm -rf {} +
find "$toolchain"/lib/gcc/arm-none-eabi/13.3.1/thumb -mindepth 1 -maxdepth 1 ! -name 'v7-a+fp' -exec rm -rf {} +
Expand Down

0 comments on commit e21df26

Please sign in to comment.