Skip to content

Commit

Permalink
devcontainer: use spin installer vs src
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwashburn committed Jul 27, 2023
1 parent 42c9c94 commit b26d827
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .devcontainer/postCreateCommands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

set -ex

# Build and install spin from source
# Install spin
cd /tmp
git clone -b $SPIN_VERSION https://github.com/fermyon/spin
cd spin
make build
sudo cp ./target/release/spin /usr/local/bin
curl -fsSL https://developer.fermyon.com/downloads/install.sh | bash
sudo mv ./spin /usr/local/bin/spin
cd /workspaces/spin-python-sdk

# Build cPython for wasm32
Expand Down

0 comments on commit b26d827

Please sign in to comment.