Skip to content

Commit

Permalink
feat: remove golang precompiled .a files
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Sep 9, 2024
1 parent b43b69d commit b0a2689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ apt-get install -y flex bc libelf-dev libssl-dev bison
# system language
# graphviz use for golang pprof
apt-get install -y golang graphviz
# remove golang precompiled .a files
rm -rf `/usr/bin/go env GOROOT`/pkg/linux_amd64

apt-get install -y python3 supervisor

Expand Down

0 comments on commit b0a2689

Please sign in to comment.