Unverified Commit 75734b39 authored by vector-of-bool's avatar vector-of-bool Committed by GitHub
Browse files

FindSASL2 cleanup (#1405)

* Redefine the handling of SASL imports

Tweak importing of libsasl2 for user requirements

Tweaks the import of libsasl2 so that at import-time we don't
*require* the pkg-config files, since the dynamic library's dep
on libsasl should be sufficient to satisfy the runtime linking.

* Add FeatureSummary
* Bump Earthly version, allow setting sasl options
* Include dependencies for finding libsasl2
* Define more Earthly tasks
* make _mongo_pick public, tweak signature of bool01
* Add Earthly target for testing against cxx-driver

Build +test-cxx-driver to run a default mongo-cxx-driver using the
local mongo-c-driver as the driver backend.

* Better Earthly target docs
* Fix SASL path finding for Windows, and use parallel Make
parent 5e1135eb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment