mirror of
https://github.com/logos-co/nomos-node.git
synced 2026-08-27 09:31:10 +00:00
fix: broken DA tests (#1342)
* Fix tests * Try higher timeout * Add tokio feature * Add debug log * Update risc0 version
This commit is contained in:
@@ -27,7 +27,7 @@ runs:
|
||||
# * .github/workflows/code-check.yml (the `risc0-clippy` within the `lints` job)
|
||||
run: |
|
||||
cargo install rzup --version 0.4.1 --locked \
|
||||
&& ~/.cargo/bin/rzup install cargo-risczero 2.0.0 \
|
||||
&& ~/.cargo/bin/rzup install cargo-risczero 2.1.0 \
|
||||
&& ~/.cargo/bin/rzup install rust 1.85.0
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
+2
-2
@@ -100,8 +100,8 @@ blake2 = "0.10"
|
||||
bytes = "1.3"
|
||||
cached = { version = "0.55.1", default-features = false }
|
||||
libp2p = "0.55"
|
||||
overwatch = { git = "https://github.com/logos-co/Overwatch", rev = "1c75121" }
|
||||
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "1c75121" }
|
||||
overwatch = { git = "https://github.com/logos-co/Overwatch", rev = "c823c01" }
|
||||
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "c823c01" }
|
||||
reqwest = "0.12"
|
||||
risc0-zkvm = "2.0.0"
|
||||
serde_with = "3.12.0"
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -yq \
|
||||
|
||||
RUN cargo install cargo-binstall --locked
|
||||
RUN cargo install rzup --version 0.4.1 --locked
|
||||
RUN rzup install cargo-risczero 2.0.0
|
||||
RUN rzup install cargo-risczero 2.1.0
|
||||
RUN rzup install rust 1.85.0
|
||||
|
||||
RUN cargo build --release -p nomos-node
|
||||
|
||||
+1
-1
@@ -25,5 +25,5 @@ USER jenkins
|
||||
|
||||
RUN cargo install cargo-binstall --locked
|
||||
RUN cargo install rzup --version 0.4.1 --locked
|
||||
RUN /home/jenkins/.cargo/bin/rzup install cargo-risczero 2.0.0
|
||||
RUN /home/jenkins/.cargo/bin/rzup install cargo-risczero 2.1.0
|
||||
RUN /home/jenkins/.cargo/bin/rzup install rust 1.85.0
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -yq \
|
||||
|
||||
RUN cargo install cargo-binstall --locked
|
||||
RUN cargo install rzup --version 0.4.1 --locked
|
||||
RUN rzup install cargo-risczero 2.0.0
|
||||
RUN rzup install cargo-risczero 2.1.0
|
||||
RUN rzup install rust 1.85.0
|
||||
|
||||
RUN cargo build --release
|
||||
|
||||
Reference in New Issue
Block a user