Skip to content

Commit

Permalink
Merge branch 'master' into cl/parachain-disputes-bench-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Dec 18, 2024
2 parents 74ed983 + 4a0e3f6 commit 65487bd
Show file tree
Hide file tree
Showing 45 changed files with 408 additions and 154 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ rustdocflags = [
CC_x86_64_unknown_linux_musl = { value = ".cargo/musl-gcc", force = true, relative = true }
CXX_x86_64_unknown_linux_musl = { value = ".cargo/musl-g++", force = true, relative = true }
CARGO_WORKSPACE_ROOT_DIR = { value = "", relative = true }

[net]
retry = 5
# git-fetch-with-cli = true # commented because there is a risk that a runner can be banned by github
Loading

0 comments on commit 65487bd

Please sign in to comment.