Skip to content

Commit

Permalink
Update: add clang and llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Oct 16, 2023
1 parent 7b46c2a commit fe73c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apt-get install -y vim direnv tmux git-lfs cloc clang-format apache2-utils graph
apt-get install -y flex bc libelf-dev libssl-dev bison

# Install build
apt-get install -y ccache distcc
apt-get install -y ccache distcc clang llvm

# Install android tools adb
apt-get install -y adb
Expand Down
2 changes: 1 addition & 1 deletion install-virtualenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export CGO_ENABLED=0
# change go version if upgrade
export GO1_15=go1.15.15
export GO1_20=go1.20.9 # 当前版本
export GO1_21=go1.21.2
export GO1_21=go1.21.3

go install golang.org/dl/$GO1_15@latest
go install golang.org/dl/$GO1_20@latest
Expand Down

0 comments on commit fe73c93

Please sign in to comment.