Skip to content

Commit b153f2e

Browse files
committed
delete golang
1 parent eee9572 commit b153f2e

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Dockerfile-sdk

-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ COPY ./build_wasm.sh /
55
COPY *.cc *.h *.js *.proto Makefile* *.a /sdk/
66

77
RUN ./sdk_container.sh
8-
9-
ENV PATH="${PATH}:/usr/local/go/bin:/root/go/bin"

sdk_container.sh

-7
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ export CC=gcc-7
3131
export CXX=g++-7
3232
export CPP=cpp-7
3333

34-
# goland
35-
36-
wget https://golang.org/dl/go1.16.6.linux-amd64.tar.gz
37-
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.16.6.linux-amd64.tar.gz
38-
rm -rf go1.16.6.linux-amd64.tar.gz
39-
export PATH=$PATH:/usr/local/go/bin
40-
4134
# bazel
4235
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64
4336
chmod +x bazelisk-linux-amd64

0 commit comments

Comments
 (0)