eunomia-bpf / bpftime

Userspace eBPF runtime for fast Uprobe & Syscall hook & Extensions with LLVM JIT
https://eunomia.dev/bpftime/
MIT License
699 stars 70 forks source link

ci: make all tests run under fedora(AOT & runtime) #161

Closed Officeyutong closed 6 months ago

Officeyutong commented 6 months ago

Closes #159

Using Fedora 39 docker image to run these tests

yunwei37 commented 6 months ago

I would suggest you split this into 2 PR, one for AOT and runtime, and another for examples and llvm-jit

Officeyutong commented 6 months ago

I would suggest you split this into 2 PR, one for AOT and runtime, and another for examples and llvm-jit

Splitted and this was merged