Fix orchard release build hanging

For some reason `orchard` builds on revision `d0baa18f` were hanging indefinitely _only_ when building in release mode.

Did a git bisect to find a more recent revision that still builds, (but does not fail due to other upstream requirements)
and found `624a834` to be the first working one!
This commit is contained in:
Daniel Haight 2021-10-01 03:04:56 +01:00
parent 2af7ba5c07
commit 43572afe48
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1012,7 +1012,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "orchard"
version = "0.0.0"
source = "git+https://github.com/zcash/orchard.git?rev=d0baa18fc6105df4a7847de2b6dc50c5919b3123#d0baa18fc6105df4a7847de2b6dc50c5919b3123"
source = "git+https://github.com/zcash/orchard.git?rev=6aa85fcdfe5e97c8e0ef8616caec4430098b909d#6aa85fcdfe5e97c8e0ef8616caec4430098b909d"
dependencies = [
"aes 0.6.0",
"arrayvec 0.7.1",

View File

@ -52,7 +52,7 @@ zcash_proofs = {git = "https://github.com/nuttycom/librustzcash", rev = "7d819b6
zcash_note_encryption = { git = "https://github.com/zcash/librustzcash.git", rev = "13b023387bafdc7b5712c933dc0e16ee94b96a6a" }
# In development.
halo2 = { git = "https://github.com/zcash/halo2.git", rev = "27c4187673a9c6ade13fbdbd4f20955530c22d7f" }
orchard = { git = "https://github.com/zcash/orchard.git", rev = "d0baa18fc6105df4a7847de2b6dc50c5919b3123" }
orchard = { git = "https://github.com/zcash/orchard.git", rev = "6aa85fcdfe5e97c8e0ef8616caec4430098b909d" }
incrementalmerkletree = { git = "https://github.com/zcash/incrementalmerkletree.git", rev = "b7bd6246122a6e9ace8edb51553fbf5228906cbb" }
@ -62,4 +62,4 @@ jubjub = { git = "https://github.com/zkcrypto/jubjub.git", rev = "96ab4162b83303
[features]
mainnet = ["zcash_client_sqlite/mainnet"]
testnet = []
testnet = []