Skip to content

Commit

Permalink
Merge pull request #56 from gregdhill/chore/rococo-v1
Browse files Browse the repository at this point in the history
chore: upgrade rococo-v1 dependencies
  • Loading branch information
nud3l authored Mar 29, 2021
2 parents d69fe77 + 10b6428 commit 7a42bcc
Show file tree
Hide file tree
Showing 40 changed files with 751 additions and 612 deletions.
2 changes: 1 addition & 1 deletion .deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rust:latest
RUN apt-get -y update
RUN apt-get install -y build-essential cmake pkg-config libssl-dev clang libclang-dev llvm

ARG TOOLCHAIN=nightly-2021-01-25
ARG TOOLCHAIN=nightly-2021-03-15
RUN rustup toolchain install ${TOOLCHAIN}
RUN rustup default ${TOOLCHAIN}
RUN rustup component add rustfmt
Expand Down
2 changes: 1 addition & 1 deletion .deploy/rust-builder-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: jnlp
- name: rust
image: registry.gitlab.com/interlay/containers/rust-base:nightly-2021-01-25
image: registry.gitlab.com/interlay/containers/rust-base:nightly-2021-03-15
imagePullPolicy: Always
command:
- cat
Expand Down
Loading

0 comments on commit 7a42bcc

Please sign in to comment.