We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EasyGitian relies on the coin/depends build system being present
coin/depends first appears in 0.10 series code
vagrant ssh
cd gitian-builder ./bin/gbuild --commit {COIN}={VERSION} ../{COIN}/contrib/gitian-descriptors/boost-{OS}.yml ./bin/gbuild --commit {COIN}={VERSION} ../{COIN}/contrib/gitian-descriptors/deps-{OS}.yml ./bin/gbuild --commit {COIN}={VERSION} ../{COIN}/contrib/gitian-descriptors/qt-{OS}.yml ./bin/gbuild --commit {COIN}={VERSION} ../{COIN}/contrib/gitian-descriptors/protobuf-{OS}.yml
and so on for all the descriptors except gitian-{OS}.yml gitian-{OS}-signed.yml (main builds)
You should be left with zipfiles that are expected by the 0.9 descriptors build-script "files" section in your inputs directory.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
EasyGitian relies on the coin/depends build system being present
coin/depends first appears in 0.10 series code
vagrant ssh
and so on for all the descriptors except gitian-{OS}.yml gitian-{OS}-signed.yml (main builds)
You should be left with zipfiles that are expected by the 0.9 descriptors build-script "files" section in your inputs directory.
Detect older code and build all dependencies as above.
The text was updated successfully, but these errors were encountered: