Skip to content

Commit

Permalink
Fix rust-libp2p v0.54 Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Aug 20, 2024
1 parent f1bb0a6 commit 03fbb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/impl/rust-libp2p/v0.54/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ perf: rust-libp2p-${commitSha}/target/release/perf
cp ./rust-libp2p-${commitSha}/target/release/perf .

rust-libp2p-${commitSha}/target/release/perf: rust-libp2p-${commitSha}
docker run --rm --user "$(shell id -u):$(shell id -g)" -v "$(shell pwd)/rust-libp2p-${commitSha}":/usr/src/myapp -w /usr/src/myapp rust:1.73 cargo build --release --bin perf
docker run --rm --user "$(shell id -u):$(shell id -g)" -v "$(shell pwd)/rust-libp2p-${commitSha}":/usr/src/myapp -w /usr/src/myapp rust:1.75 cargo build --release --bin perf

rust-libp2p-${commitSha}: rust-libp2p-${commitSha}.zip
unzip -o rust-libp2p-${commitSha}.zip
Expand Down

0 comments on commit 03fbb68

Please sign in to comment.