Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D15570
Change Details
Change Details
Old
New
Diff
``` make -C depends HOST="x86_64-linux-gnu" NO_OPENSSL=1 make -C depends HOST="x86_64-w64-mingw32" NO_OPENSSL=1 make -C depends HOST="x86_64-apple-darwin" NO_OPENSSL=1 ``` Check that the gitian builds still work with the qt.mk changes.
``` make -C depends HOST="x86_64-linux-gnu" NO_OPENSSL=1 make -C depends HOST="x86_64-w64-mingw32" NO_OPENSSL=1 ``` Check that the gitian builds still work with the qt.mk changes.
``` make -C depends HOST="x86_64-linux-gnu" NO_OPENSSL=1 make -C depends HOST="x86_64-w64-mingw32" NO_OPENSSL=1
make -C depends HOST="x86_64-apple-darwin" NO_OPENSSL=1
``` Check that the gitian builds still work with the qt.mk changes.
Continue