microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
100 stars 26 forks source link

Fix issues in c,cpp,no-std binding examples #272

Closed anakrish closed 2 weeks ago

anakrish commented 2 weeks ago

All of a sudden these fail due to

The fix for the former is to ensure in the workflow file that the header is generated by explicitly compiling the ffi binding. The fix for the latter is to use regorus_ffi in target_link_libraries instead of regorus-ffi.