File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,16 +112,16 @@ The gbuild invocations below <b>DO NOT DO THIS</b> by default.
112
112
### Build and sign Bitcoin Core for Linux, Windows, and OS X:
113
113
114
114
pushd ./gitian-builder
115
- ./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-linux.yml
115
+ ./bin/gbuild --memory 3000 -- commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-linux.yml
116
116
./bin/gsign --signer $SIGNER --release ${VERSION}-linux --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-linux.yml
117
117
mv build/out/bitcoin-*.tar.gz build/out/src/bitcoin-*.tar.gz ../
118
118
119
- ./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-win.yml
119
+ ./bin/gbuild --memory 3000 -- commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-win.yml
120
120
./bin/gsign --signer $SIGNER --release ${VERSION}-win-unsigned --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-win.yml
121
121
mv build/out/bitcoin-*-win-unsigned.tar.gz inputs/bitcoin-win-unsigned.tar.gz
122
122
mv build/out/bitcoin-*.zip build/out/bitcoin-*.exe ../
123
123
124
- ./bin/gbuild --commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-osx.yml
124
+ ./bin/gbuild --memory 3000 -- commit bitcoin=v${VERSION} ../bitcoin/contrib/gitian-descriptors/gitian-osx.yml
125
125
./bin/gsign --signer $SIGNER --release ${VERSION}-osx-unsigned --destination ../gitian.sigs/ ../bitcoin/contrib/gitian-descriptors/gitian-osx.yml
126
126
mv build/out/bitcoin-*-osx-unsigned.tar.gz inputs/bitcoin-osx-unsigned.tar.gz
127
127
mv build/out/bitcoin-*.tar.gz build/out/bitcoin-*.dmg ../
You can’t perform that action at this time.
0 commit comments