Skip to content

Commit

Permalink
Update alpine.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
simbit18 committed Oct 8, 2024
1 parent ffb48ce commit 7328425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/platforms/alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ install_build_tools() {
mkdir -p "${NUTTXTOOLS}"
echo "#!/usr/bin/env sh" > "${NUTTXTOOLS}"/env.sh

install="arm_clang_toolchain arm_gcc_toolchain arm64_gcc_toolchain avr_gcc_toolchain bloaty gen_romfs kconfig_frontends rust c_cache"
install="arm_clang_toolchain arm_gcc_toolchain arm64_gcc_toolchain avr_gcc_toolchain gen_romfs kconfig_frontends rust c_cache"

oldpath=$(cd . && pwd -P)
echo "${oldpath}"
Expand Down

0 comments on commit 7328425

Please sign in to comment.