Skip to content

Commit

Permalink
pointing to precise protobuf version as temporary fix for libp2p/rust…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Sep 30, 2019
1 parent 4d37ee7 commit dc7824e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
30 changes: 0 additions & 30 deletions Cargo.lock.bip39-fix

This file was deleted.

3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ $(Worker_Name): $(Worker_Enclave_u_Object) $(Worker_SRC_Files)
$(Client_Name): $(Client_SRC_Files)
@echo
@echo "Building the substraTEE-client"
@cp Cargo.lock.bip39-fix Cargo.lock
# remove next line when https://github.com/libp2p/rust-libp2p/issues/1259 is fixed
@cargo update -p protobuf --precise 2.8.1
@cd $(Client_SRC_Path) && cargo build $(Client_Rust_Flags)
@echo "Cargo => $@"
cp $(Client_Rust_Path)/$(Client_Binary) ./bin
Expand Down

0 comments on commit dc7824e

Please sign in to comment.