Skip to content

Commit c9afd33

Browse files
committed
wasmsdk image support bazel
Signed-off-by: Lei Chu <[email protected]>
1 parent 04d2480 commit c9afd33

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

,

Whitespace-only changes.

sdk_container.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ rm -rf go1.16.6.linux-amd64.tar.gz
3939
export PATH=$PATH:/usr/local/go/bin
4040

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

4548
# get $HOME
4649
cd

0 commit comments

Comments
 (0)