-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Add CI test for FreeBSD #477
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #477 +/- ##
==========================================
- Coverage 95.80% 92.83% -2.97%
==========================================
Files 61 62 +1
Lines 8143 8626 +483
Branches 0 8626 +8626
==========================================
+ Hits 7801 8008 +207
- Misses 342 362 +20
- Partials 0 256 +256 ☔ View full report in Codecov by Sentry. |
c5327c3
to
afc9e9b
Compare
afc9e9b
to
ce22bed
Compare
ce22bed
to
81fda0a
Compare
usesh: true | ||
copyback: false | ||
prepare: | | ||
pkg install -y git gmake bash sudo cmake-core llvm-devel-lite curl rust-bindgen-cli |
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.
do we expect bindgen's CLI to be stable through time? is there a way to pin it to current version?
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.
I would hope it remains stable. If not, our policy will be to support the latest version of "bindgen" and advise consumers to re-install/upgrade to the latest.
Issues:
aws-lc-rs
with LLVM v19.1 due torustc
error E0425 #476Description of changes:
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.