zlib has its own custom configure script, see comment in zlib.mk for
more details
Performed Guix cross-builds locally and everything worked as expected.
zlib has its own custom configure script, see comment in zlib.mk for
more details
Performed Guix cross-builds locally and everything worked as expected.
zlib has its own custom configure script, see comment in zlib.mk for
more details
<!--a722867cd34abeea1fadc8d60700f111-->
Gitian builds for commit 5e202382a987351a59d5cda98ea9f2aee99f61a5 (master):
db7528c50896fbc44e13e5bdbb9e0238... bitcoin-0.18.99-aarch64-linux-gnu-debug.tar.gza03660483ed3f38f0d36766750a9280f... bitcoin-0.18.99-aarch64-linux-gnu.tar.gz3cd3ac539ad7fe2443de34453fddae4c... bitcoin-0.18.99-arm-linux-gnueabihf-debug.tar.gz700cb8e369579d5618823767e1a80646... bitcoin-0.18.99-arm-linux-gnueabihf.tar.gz9e463f0ac101fbbf7fb962d721e62483... bitcoin-0.18.99-i686-pc-linux-gnu-debug.tar.gz4dd954effa4cb40cbd07e52fd1f372b1... bitcoin-0.18.99-i686-pc-linux-gnu.tar.gz542489150d8745cfe924211237de7a3b... bitcoin-0.18.99-osx-unsigned.dmg98c97aa2af9dccaa665ed1074764f2ee... bitcoin-0.18.99-osx64.tar.gz659672dc3cf4ac7e54fe38ccbb323aea... bitcoin-0.18.99-riscv64-linux-gnu-debug.tar.gz6072df0b61c6e043b069e5c11ee3edeb... bitcoin-0.18.99-riscv64-linux-gnu.tar.gz32b91937b0c3e432ed992bfcf7ace5fd... bitcoin-0.18.99-win64-debug.zip12f848beb0c902d24f50e2dd59c129de... bitcoin-0.18.99-win64-setup-unsigned.exed53cac1b3017bb96bbd3222deb692920... bitcoin-0.18.99-win64.zipb6486b438b75c3219d1c800d2c96a47f... bitcoin-0.18.99-x86_64-linux-gnu-debug.tar.gzcba2de75c02da6a2421514ccbc003f94... bitcoin-0.18.99-x86_64-linux-gnu.tar.gz586e30720ea5eb8d041d959d1c9b1f6d... bitcoin-0.18.99.tar.gz99aa33d388fb5e03e0616ebc9c56ea85... bitcoin-core-linux-0.19-res.ymledc5d01e4ae0c579112c34948938d466... bitcoin-core-osx-0.19-res.yml3c9d5c92140315b84e728e8a48e7e767... bitcoin-core-win-0.19-res.ymlb83614b692a6a26f9418144af4cc3095... linux-build.log6b215962eaff1c9730f46265df4b0aac... osx-build.logeabfe80f5b20efd06c8dacac4c7309f8... win-build.logGitian builds for commit e513ff95a4399274fa94b53d9efb4ea4da7e72b7 (master and this pull):
bb27885a6343b2bc6290df8ae8d2ac97... bitcoin-0.18.99-aarch64-linux-gnu-debug.tar.gz58979a0cbf315394886632eaa5f74fa2... bitcoin-0.18.99-aarch64-linux-gnu.tar.gz37f83fb49c74e823dc7df52a80cd582f... bitcoin-0.18.99-arm-linux-gnueabihf-debug.tar.gz944e826cd337c651f3730f8aa21ee3fa... bitcoin-0.18.99-arm-linux-gnueabihf.tar.gzb4028fdc9955a9737539ea6ae7c5eda6... bitcoin-0.18.99-i686-pc-linux-gnu-debug.tar.gz7cc5dd0c1fab31ce6404207e8ae606db... bitcoin-0.18.99-i686-pc-linux-gnu.tar.gz747108ffd3556c43bd6ac8e883cff8dd... bitcoin-0.18.99-osx-unsigned.dmged53233126acb54f3ef479870015151e... bitcoin-0.18.99-osx64.tar.gzca105130984e1614609eccec96107d61... bitcoin-0.18.99-riscv64-linux-gnu-debug.tar.gz522715da914da7ca94f3bef493c840e5... bitcoin-0.18.99-riscv64-linux-gnu.tar.gz37c6d8115519c3300742c207f29f0360... bitcoin-0.18.99-win64-debug.zipb33d381b30b7f97a180be3ec5dd59b44... bitcoin-0.18.99-win64-setup-unsigned.exeb52582dd90e8efbd4e009f416cc87640... bitcoin-0.18.99-win64.zip5290f76b1552964084e153248abb4ff5... bitcoin-0.18.99-x86_64-linux-gnu-debug.tar.gz17441686f7913fdea8a91d576d307e02... bitcoin-0.18.99-x86_64-linux-gnu.tar.gz2ef116623a41bea8f6eb8e035a1e9307... bitcoin-0.18.99.tar.gz0ac6c46e8d9c401dc0af434b6957cb06... bitcoin-core-linux-0.19-res.ymldce543fcab513fafbb39ae4a0879739f... bitcoin-core-linux-0.19-res.yml.diff758396efc129b0118e99e022ca45d7c0... bitcoin-core-osx-0.19-res.yml152ceca99d9c78f74b216abb5e4ea868... bitcoin-core-osx-0.19-res.yml.diffbc5855d1084f89f27b411eb72f47796d... bitcoin-core-win-0.19-res.yml329ac902b924e283c932ee03e7650f2b... bitcoin-core-win-0.19-res.yml.diffdb389de763935e147ad637bb1603d613... linux-build.log63cf30633f7dfdd5fc8eddf94f4298c7... linux-build.log.diff4a163a10d2a9b6962fcc69594e7acfbe... osx-build.log0fe7c155befec20f6a5d7242b9900a97... osx-build.log.diff648ea6f02f24e9c8ceaa176a532833ab... win-build.loga0a2b6b80ca082cb2086f5afe7d7d101... win-build.log.diffWhat is the advantage of this compared to the current way of passing options?
What is the advantage of this compared to the current way of passing options?
Our current way of passing options has the ./configure script check/use the native toolchain at configure time, and overrides that with the cross toolchain at make time (meaning checks performed at configure time were useless).
The new way checks/uses the correct cross toolchain at configure time, meaning we don't need to override it at make time.
The new way checks/uses the correct cross toolchain at configure time, meaning we don't need to override it at make time.
Fair enough, that does sound better. Thanks.
ACK f0636d34185d235f51eebaa2ad14c1e6fcaed6c2