Skip to content

Commit

Permalink
update gear
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid authored and btwiuse committed Jan 14, 2025
1 parent 5f53347 commit add5f5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM btwiuse/arch:rust-nightly AS builder
FROM btwiuse/arch:rust AS builder

RUN git clone https://github.com/gear-tech/gear /gear
RUN pacman -Syu --noconfirm --needed binaryen yarn npm deno

RUN npm install --force -g sails-js

RUN cargo install --root /usr/local cargo-generate cargo-gbuild cargo-expand sails-cli

RUN curl -#L https://gear-builds.s3.amazonaws.com/gear-v1.7.0-1-x86_64-unknown-linux-gnu.tar.xz | tar -xJC /usr/bin

WORKDIR /gear
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2022-10-11"
channel = "stable"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"

0 comments on commit add5f5d

Please sign in to comment.