You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid a cmake dependency, the Rust bindings (ittapi-rs) use direct cc commands in its build.rs script to build the ittnotify library. These cc commands could eventually get out of sync with the CMakeLists.txt configuration. To avoid this, we could add a CI step that builds the C library using cmake, builds the C library using the build.rs script, hash both libraries, and check that the results are the same. This depends on #17 being implemented.
The text was updated successfully, but these errors were encountered:
To avoid a
cmake
dependency, the Rust bindings (ittapi-rs
) use directcc
commands in itsbuild.rs
script to build theittnotify
library. Thesecc
commands could eventually get out of sync with theCMakeLists.txt
configuration. To avoid this, we could add a CI step that builds the C library usingcmake
, builds the C library using thebuild.rs
script, hash both libraries, and check that the results are the same. This depends on #17 being implemented.The text was updated successfully, but these errors were encountered: