From 99f41641e31fbb777f01832c7d387fd9b3792dcf Mon Sep 17 00:00:00 2001 From: Lei Chu <1062186165@qq.com> Date: Sat, 24 Jul 2021 00:38:57 +0800 Subject: [PATCH] wasmsdk image support bazel Signed-off-by: Lei Chu <1062186165@qq.com> --- , | 0 Dockerfile-sdk | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 , diff --git a/, b/, deleted file mode 100644 index e69de29..0000000 diff --git a/Dockerfile-sdk b/Dockerfile-sdk index 6becb4c..d5bfcb4 100644 --- a/Dockerfile-sdk +++ b/Dockerfile-sdk @@ -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" \ No newline at end of file +ENV PATH="${PATH}:/usr/local/go/bin:/root/go/bin" \ + TEST_TMPDIR=/tmp \ No newline at end of file