This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch yu-fix-cov
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/yu-fix-cov by this push:
new 42f29d8 fix: code coverage report generation (#606)
42f29d8 is described below
commit 42f29d80a540a145aa3312c0fe53e1624de73ff8
Author: Yu Ding <[email protected]>
AuthorDate: Wed Feb 2 19:43:48 2022 -0800
fix: code coverage report generation (#606)
---
examples/python/wasm_tvm_mnist_payload/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/examples/python/wasm_tvm_mnist_payload/Makefile
b/examples/python/wasm_tvm_mnist_payload/Makefile
index ef1a394..bc2f039 100644
--- a/examples/python/wasm_tvm_mnist_payload/Makefile
+++ b/examples/python/wasm_tvm_mnist_payload/Makefile
@@ -15,7 +15,8 @@
# specific language governing permissions and limitations
# under the License.
-TVM_HOME ?= /tvm
+# export TVM_HOME to prebuilt tvm-sys, don't change
+export TVM_HOME = /tvm
export PYTHONPATH = $(shell printenv PYTHONPATH):${TVM_HOME}/python
all:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]