ci: bump to cbindgen v0.29.3 - #382
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
I opened this issue to help show the issue with mozilla/cbindgen#1156. For now, we will need to pin an older version. |
This version added support for C23 fixed-type enum syntax, which caused our CI to break as the output of cbindgen changed. To avoid this happening in the future, lock the cbindgen version in CI. Signed-off-by: Aleksa Sarai <aleksa@amutable.com>
|
#408 is vaguely related to this. However, this PR is blocked on the Python bindings. However, the Go failure would not have shown up here, as CI runs on Ubuntu latest (i.e. 24.04 LTS) whose gcc still defaults to |
This version added support for C23 fixed-type enum syntax, which caused
our CI to break as the output of cbindgen changed. To avoid this
happening in the future, lock the cbindgen version in CI.
Signed-off-by: Aleksa Sarai aleksa@amutable.com