Skip to content

Commit b8ac45c

Browse files
committed
wasmsdk image support bazel
1 parent c9afd33 commit b8ac45c

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)