File tree Expand file tree Collapse file tree
packages/cli/src/lib/defaults/build-strategies/wasm/rust/vm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 echo IMAGE_RS_VM_DIR=./packages/cli/src/lib/defaults/build-strategies/wasm/rust/vm >> $GITHUB_ENV
2424 echo IMAGE_AS_VM_DIR=./packages/cli/src/lib/defaults/build-strategies/wasm/assemblyscript/vm >> $GITHUB_ENV
2525
26- - name : Build RS VM Image (linux/amd64)
27- working-directory : ${{env.IMAGE_RS_VM_DIR}}
28- run : |
29- docker buildx build . --platform=linux/amd64
26+ # - name: Build RS VM Image (linux/amd64)
27+ # working-directory: ${{env.IMAGE_RS_VM_DIR}}
28+ # run: |
29+ # docker buildx build . --platform=linux/amd64
3030
3131 - name : Build RS VM Image (linux/arm64)
3232 working-directory : ${{env.IMAGE_RS_VM_DIR}}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN cargo install wasm-tools
2424RUN cargo install wasm-bindgen-cli
2525
2626# Install wasm-opt
27- RUN cargo install wasm-opt
27+ # RUN cargo install wasm-opt
2828
2929# Ensure the Wasm module is configured to use imported memory
3030ENV RUSTFLAGS="-C link-arg=-z -C link-arg=stack-size=65536 -C link-arg=--import-memory"
You can’t perform that action at this time.
0 commit comments