diff --git a/util/release.sh b/util/release.sh index edb802864..95c2d753e 100755 --- a/util/release.sh +++ b/util/release.sh @@ -383,9 +383,9 @@ release_bin() { build_with_runtime wasmtime $WASMTIME_VER $arch "libwasmtime.a" fi - if [ -n "$WASMER_VER" ]; then - build_with_runtime wasmer $WASMER_VER $arch "libwasmer.a" - fi +# if [ -n "$WASMER_VER" ]; then +# build_with_runtime wasmer $WASMER_VER $arch "libwasmer.a" +# fi if [ -n "$V8_VER" ]; then build_with_runtime v8 $V8_VER $arch "" @@ -405,9 +405,9 @@ release_all_bin_docker() { WASMTIME_VER=$(get_variable_from_makefile WASMTIME) fi - if [ -z "$WASMER_VER" ]; then - WASMER_VER=$(get_variable_from_makefile WASMER) - fi +# if [ -z "$WASMER_VER" ]; then +# WASMER_VER=$(get_variable_from_makefile WASMER) +# fi if [ -z "$V8_VER" ]; then V8_VER=$(get_variable_from_makefile V8)