Skip to content

Commit

Permalink
Remove polkavm-test-data crate
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Feb 12, 2025
1 parent 2d07173 commit 78eab63
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 182 deletions.
73 changes: 22 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ members = [
"crates/polkavm-common",
"crates/polkavm-linux-raw",
"crates/polkavm",
"crates/polkavm-test-data",

"crates/simplealloc",

Expand Down Expand Up @@ -40,7 +39,6 @@ polkavm-derive-impl = { version = "0.21.0", path = "crates/polkavm-derive-
polkavm-derive-impl-macro = { version = "0.21.0", path = "crates/polkavm-derive-impl-macro" }
polkavm-linker = { version = "0.21.0", path = "crates/polkavm-linker" }
polkavm-linux-raw = { version = "0.21.0", path = "crates/polkavm-linux-raw" }
polkavm-test-data = { version = "0.21.0", path = "crates/polkavm-test-data" }

blake3 = { version = "1.5.4", default-features = false }
clap = "4.4.6"
Expand All @@ -60,7 +58,7 @@ proptest = "1.3.1"
quote = "1.0.33"
regalloc2 = "0.9.3"
rustc-demangle = "0.1.23"
ruzstd = { version = "0.4.0", default-features = false }
ruzstd = { version = "0.5.0", default-features = false }
schnellru = { version = "0.2.3" }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = { version = "1.0.117" }
Expand Down
15 changes: 0 additions & 15 deletions crates/polkavm-test-data/Cargo.toml

This file was deleted.

65 changes: 0 additions & 65 deletions crates/polkavm-test-data/build.rs

This file was deleted.

12 changes: 0 additions & 12 deletions crates/polkavm-test-data/src/lib.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/polkavm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ libc = { workspace = true }
env_logger = { workspace = true }
polkavm-common = { workspace = true, features = ["export-internals-for-testing"] }
polkavm-linker = { workspace = true }
polkavm-test-data = { workspace = true }
image = { workspace = true, features = ["tga"] }
ruzstd = { workspace = true }
paste = { workspace = true }
Expand Down
Loading

0 comments on commit 78eab63

Please sign in to comment.