Skip to content

bump dependencies#83

Merged
pythops merged 6 commits into
pythops:mainfrom
Xeonacid:patch-1
Jul 17, 2026
Merged

bump dependencies#83
pythops merged 6 commits into
pythops:mainfrom
Xeonacid:patch-1

Conversation

@Xeonacid

Copy link
Copy Markdown
Contributor

Fix build error on riscv64:

error[E0425]: cannot find type `pt_regs` in this scope
  --> /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aya-ebpf-0.1.1/src/programs/retprobe.rs:18:20
   |
18 |     pub regs: *mut pt_regs,
   |                    ^^^^^^^ not found in this scope
   |
help: consider importing one of these structs
   |
 1 + use crate::bindings::pt_regs;
   |
 1 + use aya_ebpf_bindings::bindings::pt_regs;
   |

error[E0425]: cannot find type `pt_regs` in this scope
  --> /build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aya-ebpf-0.1.1/src/programs/retprobe.rs:24:31
   |
24 |             regs: ctx as *mut pt_regs,
   |                               ^^^^^^^ not found in this scope
   |
help: consider importing one of these structs
   |
 1 + use crate::bindings::pt_regs;
   |
 1 + use aya_ebpf_bindings::bindings::pt_regs;
   |

Fix build error on riscv64
@pythops pythops changed the title bump aya-ebpf bump dependencies Jul 17, 2026
@pythops

pythops commented Jul 17, 2026

Copy link
Copy Markdown
Owner

@Xeonacid I took the chance to bump other decencies too. Can you try now if the build works on Riscv ?

@Xeonacid

Copy link
Copy Markdown
Contributor Author

@Xeonacid I took the chance to bump other decencies too. Can you try now if the build works on Riscv ?

Sure. It builds fine on riscv64. Thanks for working on this!

@pythops
pythops merged commit 22f6c3d into pythops:main Jul 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants