Add a crate to test the runtime can be reproducibly built

This commit is contained in:
Luke Parker
2023-07-27 14:19:03 -04:00
parent 09a95c9bd2
commit a8c7bb96c8
13 changed files with 242 additions and 8 deletions

11
Cargo.lock generated
View File

@@ -8865,6 +8865,17 @@ dependencies = [
"zeroize",
]
[[package]]
name = "serai-reproducible-runtime"
version = "0.1.0"
dependencies = [
"dockertest",
"hex",
"rand_core 0.6.4",
"serai-docker-tests",
"tokio",
]
[[package]]
name = "serai-runtime"
version = "0.1.0"