File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ steps:
54
54
- cp /usr/local/bin/mina cli/bin/
55
55
56
56
- name : build
57
- image : rust:1.71 -bullseye
57
+ image : rust:1.75 -bullseye
58
58
commands :
59
59
- apt-get update && apt-get install -y libssl-dev libjemalloc-dev jq
60
- - rustup update nightly-2023-06-01 && rustup default nightly-2023-06-01
60
+ - rustup update nightly-2023-12-21 && rustup default nightly-2023-12-21
61
61
- rustup component add rustfmt
62
62
- cargo test --release -p cli
63
63
- cargo build --release -p cli --bin openmina
Original file line number Diff line number Diff line change 1
1
ARG MINA_SNARK_WORKER_TAG=0.0.9
2
2
3
3
FROM rust:buster AS build
4
- RUN rustup default nightly-2023-06-01 && rustup component add rustfmt
4
+ RUN rustup default nightly-2023-12-21 && rustup component add rustfmt
5
5
WORKDIR /openmina
6
6
COPY . .
7
7
RUN cargo build --release --package=cli --bin=openmina
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
7
7
8
8
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
9
9
10
- RUN rm /bin/sh && ln -s /bin/bash /bin/sh
10
+ RUN rm /bin/sh && ln -s /bin/bash /bin/sh
11
11
12
- RUN source ~/.cargo/env && rustup update nightly-2023-06-01
12
+ RUN source ~/.cargo/env && rustup update nightly-2023-12-21
13
13
14
14
RUN git clone https://github.com/openmina/openmina
15
15
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM vladsimplestakingcom/mina-openmina-builder:focal as builder
2
2
3
3
RUN git fetch && git checkout feat/tests-with-debugger
4
4
5
- RUN source ~/.cargo/env && cargo +nightly-2023-06-01 build --release -p openmina-node-testing --bin runner --bin openmina-node-testing
5
+ RUN source ~/.cargo/env && cargo +nightly-2023-12-21 build --release -p openmina-node-testing --bin runner --bin openmina-node-testing
6
6
7
7
FROM vladsimplestakingcom/mina-debugger:2.0.0rampup4-focal
8
8
You can’t perform that action at this time.
0 commit comments