Skip to content

Commit

Permalink
stop installing py2wasm on installs (#1198)
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 authored Feb 28, 2024
1 parent 887321d commit 3fbfc01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions downloads/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,9 @@ fancy_print 0 "Step 5: Installing default plugins"
./spin plugins update
if [[ $VERSION = "canary" ]]; then
./spin plugins install -u https://github.com/fermyon/spin-js-sdk/releases/download/canary/js2wasm.json --yes
./spin plugins install -u https://github.com/fermyon/spin-python-sdk/releases/download/canary/py2wasm.json --yes
./spin plugins install -u https://github.com/fermyon/cloud-plugin/releases/download/canary/cloud.json --yes
else
./spin plugins install js2wasm --yes
./spin plugins install py2wasm --yes
./spin plugins install cloud --yes
fi

Expand Down

0 comments on commit 3fbfc01

Please sign in to comment.