Skip to content

Commit

Permalink
add wasm32-unknown-unknown to the dockerfile and remove if from the c…
Browse files Browse the repository at this point in the history
…ommand when running the remote build server commands
  • Loading branch information
Eduard-Voiculescu committed Jun 5, 2024
1 parent b374194 commit eddda4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile.remotebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY --from=rust-builder /usr/local/rustup /usr/local/rustup/
# Install needed rustup components
RUN rustup component add rustfmt && cargo install rustfmt || true
RUN rustup default stable
RUN rustup target add wasm32-unknown-unknown

# Install build essentials and curl
RUN apk update && apk add curl build-base sccache
Expand Down
1 change: 0 additions & 1 deletion remotebuild/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func (s *Server) Build(

// Check to add this in the docker file and make it work as expected
content := dedent.Dedent(`
rustup target add wasm32-unknown-unknown
make package
`)

Expand Down

0 comments on commit eddda4c

Please sign in to comment.