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