From 199449a2bca8764cfa253c921e6059e74433f8e5 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 22 Apr 2021 01:39:00 +0000 Subject: [PATCH] feat: Quieter gocr build --- runtime/tests/Makefile | 3 ++- runtime/tests/gocr | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/runtime/tests/Makefile b/runtime/tests/Makefile index 10e2465..0002492 100644 --- a/runtime/tests/Makefile +++ b/runtime/tests/Makefile @@ -24,8 +24,9 @@ cifar10: cp ./CMSIS_5_NN/cifar10.so ${SLEDGE_BIN_DIR}/cifar10_wasm.so gocr: + @echo "Making and Installing gocr" make gocr.so -C ./gocr/src/ -f wasm.mk - cp ./gocr/src/gocr.so ${SLEDGE_BIN_DIR}/gocr_wasm.so + @cp ./gocr/src/gocr.so ${SLEDGE_BIN_DIR}/gocr_wasm.so sod: make clean dir samples.so -C ./sod/ diff --git a/runtime/tests/gocr b/runtime/tests/gocr index d74bcda..0976fd0 160000 --- a/runtime/tests/gocr +++ b/runtime/tests/gocr @@ -1 +1 @@ -Subproject commit d74bcdad2d92fe909eccde19ad954c06d9f4c859 +Subproject commit 0976fd036462264f581a588fa6cfa46718c67716