Skip to content

Commit bde0057

Browse files
committed
wasmsdk image support bazel
Signed-off-by: Lei Chu <[email protected]>
1 parent 6deaaeb commit bde0057

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

,

Whitespace-only changes.

Dockerfile-sdk

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ COPY *.cc *.h *.js *.proto Makefile* *.a /sdk/
66

77
RUN ./sdk_container.sh
88

9-
ENV PATH="${PATH}:/usr/local/go/bin:/root/go/bin"
9+
ENV PATH="${PATH}:/usr/local/go/bin:/root/go/bin" \
10+
TEST_TMPDIR=/tmp

0 commit comments

Comments
 (0)