Skip to content

Commit e729c0e

Browse files
committed
revert sp1 cuda version
1 parent e81ab5a commit e729c0e

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@ jobs:
319319
run: |
320320
# build hyperbridge binary
321321
cargo build -p hyperbridge --release
322-
# ./target/release/hyperbridge simnode --chain=gargantua-2000 --name=alice --tmp --state-pruning=archive --blocks-pruning=archive --rpc-port=9990 --port 40337 --log="mmr=trace" --rpc-cors=all --unsafe-rpc-external --rpc-methods=unsafe &
323-
# ./scripts/wait_for_tcp_port_opening.sh localhost 9990
324-
# cargo test -p simtests -- --nocapture --ignored --test-threads=1
325-
# kill -9 $!
322+
./target/release/hyperbridge simnode --chain=gargantua-2000 --name=alice --tmp --state-pruning=archive --blocks-pruning=archive --rpc-port=9990 --port 40337 --log="mmr=trace" --rpc-cors=all --unsafe-rpc-external --rpc-methods=unsafe &
323+
./scripts/wait_for_tcp_port_opening.sh localhost 9990
324+
cargo test -p simtests -- --nocapture --ignored --test-threads=1
325+
kill -9 $!
326326
327327
- name: Run Parachain Devnet
328328
run: |

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ tesseract-grandpa = { path = "tesseract/consensus/grandpa" }
315315
tesseract-consensus = { path = "tesseract/consensus/relayer" }
316316
tesseract-polygon = { path = "tesseract/consensus/polygon" }
317317

318-
319-
320318
[workspace.dependencies.codec]
321319
package = "parity-scale-codec"
322320
version = "3.7"
@@ -368,4 +366,4 @@ features = ["derive"]
368366

369367
[workspace.dependencies.reconnecting-jsonrpsee-ws-client]
370368
version = "0.5.0"
371-
default-features = false
369+
default-features = false

0 commit comments

Comments
 (0)