Skip to content

Commit

Permalink
fix: don't delete useful lib (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Nov 14, 2024
1 parent 9708270 commit df965d2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions agents/scripts/install_deps_and_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,6 @@ build_go_app() {
fi
}

post_install() {
local app_dir=$1
cd $app_dir

if [ -f "ten_packages/extension/agora_rtc/lib/liblinux_audio_hy_extension.so" ]; then
rm "ten_packages/extension/agora_rtc/lib/liblinux_audio_hy_extension.so"
fi
}

clean() {
local app_dir=$1
rm -rf BUILD.gn out
Expand Down Expand Up @@ -138,9 +129,6 @@ main() {
build_go_app $APP_HOME
echo "install_python_requirements..."
install_python_requirements $APP_HOME

echo "post installation..."
post_install $APP_HOME
}

main "$@"

0 comments on commit df965d2

Please sign in to comment.