-
Notifications
You must be signed in to change notification settings - Fork 3.8k
reenable building of mongo c/cxx drivers #7218
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reasoning for removing the cleanup for force building in eosio_build_amazon.sh? And reverting if [ $PIN_COMPILER ];
back to if $PIN_COMPILER
?
Appears to be a goof from merging back and forth; have been maintaining this patch set since way before those other changes were made. |
be5157b
to
bb3cbe7
Compare
bb3cbe7
to
9ba2952
Compare
Gotcha. |
…ingly pick up a static library from elsewhere
3bcc29e
to
f2208a9
Compare
Change Description
Reenable building of mongo c/cxx drivers and include support for building them within the confines of the pinned compiler (meaning they're included in binaries and such)
warning 1: I don't pin the compiler for the macos build because we're already not pinning it for boost build 🤷♂️
warning 2: I had to downgrade the test VM image version so that mongod was available to run during tests
Consensus Changes
API Changes
Documentation Additions