Skip to content
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

ci: add Rust integration tests #141

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP: remove code to trigger CI
abrown committed Apr 9, 2024
commit 8a9ef866478a9b5d7fd7798149b7ee5862ba8f31
8 changes: 0 additions & 8 deletions rust/ittapi-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -32,11 +32,3 @@ include!("windows/jitprofiling_bindings.rs");
include!("freebsd/jitprofiling_bindings.rs");
#[cfg(target_os = "openbsd")]
include!("openbsd/jitprofiling_bindings.rs");

// #[link(name = "ittnotify", kind = "static")]
// extern "C" {
// #[link_name = "__itt_domain_create_init_3_0"]
// pub fn __itt_domain_create_init_3_0(name: *const std::os::raw::c_char) -> *mut __itt_domain;
// // #[link_name = "__itt_domain_create_init_3_0"]
// // pub fn __itt_domain_create(name: *const std::os::raw::c_char) -> *mut __itt_domain;
// }