We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee9572 commit b153f2eCopy full SHA for b153f2e
Dockerfile-sdk
@@ -5,5 +5,3 @@ COPY ./build_wasm.sh /
5
COPY *.cc *.h *.js *.proto Makefile* *.a /sdk/
6
7
RUN ./sdk_container.sh
8
-
9
-ENV PATH="${PATH}:/usr/local/go/bin:/root/go/bin"
sdk_container.sh
@@ -31,13 +31,6 @@ export CC=gcc-7
31
export CXX=g++-7
32
export CPP=cpp-7
33
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
41
# bazel
42
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64
43
chmod +x bazelisk-linux-amd64
0 commit comments