瀏覽代碼

Merge pull request #4568 from yamt/nn-51

core/iwasm/libraries/wasi-nn/test/build.sh: set -e
Marcin Kolny 4 月之前
父節點
當前提交
58fae578e7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      core/iwasm/libraries/wasi-nn/test/build.sh

+ 2 - 0
core/iwasm/libraries/wasi-nn/test/build.sh

@@ -14,6 +14,8 @@
 #   https://github.com/tensorflow/tensorflow/releases/tag/v2.16.1
 #   https://blog.tensorflow.org/2024/03/whats-new-in-tensorflow-216.html
 
+set -e
+
 CURR_PATH=$(cd $(dirname $0) && pwd -P)
 
 # WASM application that uses WASI-NN