Skip to content

Commit

Permalink
wasmsdk image support bazel
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Chu <[email protected]>
  • Loading branch information
clarechu committed Jul 23, 2021
1 parent e115cae commit 99f4164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file removed ,
Empty file.
3 changes: 2 additions & 1 deletion Dockerfile-sdk
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ COPY *.cc *.h *.js *.proto Makefile* *.a /sdk/

RUN ./sdk_container.sh

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

0 comments on commit 99f4164

Please sign in to comment.