Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
build: ensure zigbuild install doesn't break reproducible build
Yorgos Saslis committed 1 year ago
commit ffc86f8a9687a1a085f955abe058c7f1cb65daa6
parent 3b5fac178eaf9bca639fbd0c1df0c68619a7f51f
1 file changed +1 -1
modified build/Dockerfile
@@ -29,7 +29,7 @@ RUN rustup target add \
# We use Zig as the linker to perform the compilation from a Linux host.
# Zig is not yet available on Debian, so we download the official binary.
# Compilation is done via `cargo-zigbuild` which is a wrapper around `zig`.
-
RUN cargo install cargo-zigbuild@0.19.3
+
RUN cargo install --locked cargo-zigbuild@0.19.3


# Parts of the macOS SDK are required to build Radicle, we make these available