Skip to content

Commit

Permalink
wasmsdk image support bazel
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Chu <[email protected]>
  • Loading branch information
clarechu committed Jul 23, 2021
1 parent 8a31f74 commit e115cae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Empty file added ,
Empty file.
7 changes: 5 additions & 2 deletions sdk_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ rm -rf go1.16.6.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin

# bazel
go get github.com/bazelbuild/bazelisk
ln -s /root/go/bin/bazelisk /root/go/bin/bazel
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64
chmod +x bazelisk-linux-amd64
mv bazelisk-linux-amd64 /usr/local/bin/bazelisk

ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel

# get $HOME
cd
Expand Down

0 comments on commit e115cae

Please sign in to comment.