Merge pull request #5307 from str4d/fix-gitian

Fix Gitian builds
This commit is contained in:
str4d 2021-09-21 10:34:17 +12:00 committed by GitHub
commit a88a98af23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 0 deletions

View File

@ -1,5 +1,35 @@
[source.crates-io]
replace-with = "vendored-sources"
[source."https://github.com/ZcashFoundation/ed25519-zebra.git"]
git = "https://github.com/ZcashFoundation/ed25519-zebra.git"
rev = "d3512400227a362d08367088ffaa9bd4142a69c7"
replace-with = "vendored-sources"
[source."https://github.com/str4d/redjubjub.git"]
git = "https://github.com/str4d/redjubjub.git"
rev = "416a6a8ebf8bd42c114c938883016c04f338de72"
replace-with = "vendored-sources"
[source."https://github.com/zcash/halo2.git"]
git = "https://github.com/zcash/halo2.git"
rev = "26047eaf323929935fd1e6aa3ae100b1113706e0"
replace-with = "vendored-sources"
[source."https://github.com/zcash/incrementalmerkletree"]
git = "https://github.com/zcash/incrementalmerkletree"
rev = "b7bd6246122a6e9ace8edb51553fbf5228906cbb"
replace-with = "vendored-sources"
[source."https://github.com/zcash/librustzcash.git"]
git = "https://github.com/zcash/librustzcash.git"
rev = "ba3f13bbedd95908419f104f67b9fcd3b3e13111"
replace-with = "vendored-sources"
[source."https://github.com/zcash/orchard.git"]
git = "https://github.com/zcash/orchard.git"
rev = "f8280c98a3d0e41b8ff5b7f615802bd197f781e1"
replace-with = "vendored-sources"
[source.vendored-sources]
# The directory for this source is set to RUST_VENDORED_SOURCES by src/Makefile.am

View File

@ -180,6 +180,7 @@ BITCOIN_CORE_H = \
pow.h \
prevector.h \
primitives/block.h \
primitives/orchard.h \
primitives/transaction.h \
proof_verifier.h \
protocol.h \

View File

@ -24,6 +24,7 @@ zcash_gtest_SOURCES += \
wallet/gtest/test_wallet_zkeys.cpp
endif
zcash_gtest_SOURCES += \
test/data/merkle_roots_orchard.h \
gtest/test_tautology.cpp \
gtest/test_allocator.cpp \
gtest/test_checkblock.cpp \