Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 99f4164

Browse files
committedJul 23, 2021
wasmsdk image support bazel
Signed-off-by: Lei Chu <[email protected]>
1 parent e115cae commit 99f4164

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎,

Whitespace-only changes.

‎Dockerfile-sdk

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.