Closed justsmth closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.52%. Comparing base (
c358484
) to head (99c6931
). Report is 78 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is it possible to update bindgen
to 0.70 for aws-lc-sys
v0.21.0?
Is it possible to update
bindgen
to 0.70 foraws-lc-sys
v0.21.0?
Unfortunately, bindgen v0.70.x
has an MSRV of 1.70, whereas our crates still maintain an MSRV of 1.63. (Our current dependency is on bindgen v0.69.4
which has an MSRV of 1.60.)
When we update our MSRV again, we plan to also update many of our dependencies to more recent versions.
Description of changes:
AWS_LC_SYS_C_STD
environment variable to determine which C standard to use.Call-outs:
CRYPTO_refcount_dec_and_test_zero
orCRYPTO_refcount_inc
symbols. We need these symbols to be prefixed for C99 build. Thus, for some targets in the symbol collection step of the automation are being forced to use a C99 build.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.