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
RUN RUSTFLAGS_REPRODUCIBLE_EXTRA="-Clink-arg=-fuse-ld=mold" make build-reth-reproducible && PROFILE=${PROFILE:-reproducible} VERSION=$VERSION make build-deb-x86_64-unknown-linux-gnu
15
+
#RUN RUSTFLAGS_REPRODUCIBLE_EXTRA="-Clink-arg=-fuse-ld=mold" make build-reth-reproducible && PROFILE=${PROFILE:-reproducible} VERSION=$VERSION make build-deb-x86_64-unknown-linux-gnu
16
+
#TODO
17
+
RUN mkdir -p /app/target/x86_64-unknown-linux-gnu/reproducible
18
+
RUN echo "rethbinary" > /app/target/x86_64-unknown-linux-gnu/reproducible/reth
19
+
RUN echo "debpackage" > /app/target/x86_64-unknown-linux-gnu/reproducible/reth_${VERSION}_amd64.deb
0 commit comments