You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we're using an upstream toolchain now we don't have to keep bench-pinky and test-blob ELF binaries in test-data anymore; we should instead trigger their generation as needed from the tests themselves.
The text was updated successfully, but these errors were encountered:
How to do this: create a new crate (polkavm-test-data), build the test data from its build.rs (by shelling out to cargo, and then calling into the linker crate), add the new crate as a dev dependency to polkavm crate to use in tests, delete the ELF blobs from test-data.
Since we're using an upstream toolchain now we don't have to keep
bench-pinky
andtest-blob
ELF binaries intest-data
anymore; we should instead trigger their generation as needed from the tests themselves.The text was updated successfully, but these errors were encountered: