jeffijoe / deltio

A Google Cloud Pub/Sub emulator alternative, written in Rust.
MIT License
19 stars 1 forks source link

Use Rustls instead of OpenSSL + use clang for C/C++ compilation #5

Closed jeffijoe closed 1 year ago

jeffijoe commented 1 year ago

This was required to make reqwest work for all platforms.

At this time, rustls isn't using a version of ring which supports compilation on aarch64-pc-windows-msvc, so had to remove that target for now.

Also switched to using clang for C/C++ compilation as ring wouldn't otherwise compile on some targets.