switch polkadot-sdk branch to disable validation in the runner

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2025-02-13 08:35:46 +01:00
parent f3a86588f3
commit 079e5c1cc4
2 changed files with 362 additions and 359 deletions
Generated
+361 -358
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -72,7 +72,7 @@ assert_fs = "1.1"
# polkadot-sdk and friends
codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" }
scale-info = { version = "2.11.6", default-features = false }
polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "274a781e8ca1a9432c7ec87593bd93214abbff50" }
polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", branch = "at/disable-validation" }
# llvm
[workspace.dependencies.inkwell]