Skip to content

Commit

Permalink
Merge pull request #102 from abrown/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies and bindings
  • Loading branch information
jlb6740 authored Oct 5, 2023
2 parents 4746745 + e7ea2e6 commit 976312d
Show file tree
Hide file tree
Showing 8 changed files with 729 additions and 2,098 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install prerequisites
if: runner.os == 'Linux'
run: sudo apt-get install gcc-multilib
- name: Build C library
run: python buildall.py
# TODO: Ubuntu is phasing out support for 32-bit packages (e.g., `apt install gcc-multilib`
# fails on GitHub's runner); only build the 64-bit version for now.
run: python buildall.py --force_bits 64

rust_format:
name: Check Rust formatting
Expand Down
2 changes: 1 addition & 1 deletion rust/ittapi-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ exclude = [
cc = "1.0.73"

[dev-dependencies]
bindgen = "0.59"
bindgen = "0.68"
diff = "0.1"
267 changes: 122 additions & 145 deletions rust/ittapi-sys/src/linux/ittnotify_bindings.rs

Large diffs are not rendered by default.

671 changes: 119 additions & 552 deletions rust/ittapi-sys/src/linux/jitprofiling_bindings.rs

Large diffs are not rendered by default.

267 changes: 122 additions & 145 deletions rust/ittapi-sys/src/macos/ittnotify_bindings.rs

Large diffs are not rendered by default.

671 changes: 119 additions & 552 deletions rust/ittapi-sys/src/macos/jitprofiling_bindings.rs

Large diffs are not rendered by default.

271 changes: 124 additions & 147 deletions rust/ittapi-sys/src/windows/ittnotify_bindings.rs

Large diffs are not rendered by default.

671 changes: 119 additions & 552 deletions rust/ittapi-sys/src/windows/jitprofiling_bindings.rs

Large diffs are not rendered by default.

0 comments on commit 976312d

Please sign in to comment.