Update buildenv image
This commit is contained in:
parent
f372282b04
commit
b26822c045
@ -10,7 +10,7 @@ executors:
|
||||
type: boolean
|
||||
default: false
|
||||
docker:
|
||||
- image: plumeorg/plume-buildenv:v0.6.0
|
||||
- image: plumeorg/plume-buildenv:v0.7.0
|
||||
- image: <<#parameters.postgres>>cimg/postgres:14.2<</parameters.postgres>><<^parameters.postgres>>alpine:latest<</parameters.postgres>>
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
|
@ -15,9 +15,6 @@ RUN apt update &&\
|
||||
#stick rust environment
|
||||
COPY rust-toolchain ./
|
||||
|
||||
#add rust toolchains
|
||||
RUN rustup component add fmt && rustup component add clippy
|
||||
|
||||
#compile some deps
|
||||
RUN cargo install wasm-pack &&\
|
||||
cargo install grcov &&\
|
||||
|
Loading…
Reference in New Issue
Block a user