From 8b8b41131573817bdde0d9761142efc1247e3628 Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Fri, 17 Jun 2022 12:13:48 +0800 Subject: [PATCH] benchmarks: reduces heft of WasmEdge install (#631) Signed-off-by: Adrian Cole --- .github/workflows/commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 7e6e5246c6..662e68d943 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -155,7 +155,7 @@ jobs: # Unlike the other CGO libraries, WasmEdge requires offline installation. - name: Install WasmEdge run: | - wget -qO- https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- -p /usr/local -e all -v ${WASMEDGE_VERSION} + wget -qO- https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- -p /usr/local -e none -v ${WASMEDGE_VERSION} # The version here is coupled to internal/integration_test/go.mod, but it # isn't always the same as sometimes the Go layer has a broken release. env: