mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Remove workaround for lack of musl-dev now that musl-dev is provided in Rust Alpine images
Additionally, optimizes the build process a bit via leaving only the runtime (and `busybox`) in the final image, and additionally building the runtime without `std` (as we solely need the WASM blob from this process).
This commit is contained in:
@@ -54,8 +54,9 @@ pub fn reproducibly_builds() {
|
||||
.arg("--quiet")
|
||||
.arg("--rm")
|
||||
.arg(&image)
|
||||
.arg("busybox")
|
||||
.arg("sha256sum")
|
||||
.arg("/serai/serai.wasm")
|
||||
.arg("/serai.wasm")
|
||||
.output(),
|
||||
);
|
||||
// Attempt to clean up the image
|
||||
|
||||
Reference in New Issue
Block a user