feat: Update rbpf to mainline (#1209)

* feat: Update rbpf to mainline

Enable JIT compilation on x86 platform.

Signed-off-by: Godones <chenlinfeng25@outlook.com>

* fix: remove rbpf test

Signed-off-by: Godones <chenlinfeng25@outlook.com>

* fix: remove rbpf info

Signed-off-by: Godones <chenlinfeng25@outlook.com>

---------

Signed-off-by: Godones <chenlinfeng25@outlook.com>
This commit is contained in:
linfeng
2025-06-20 10:49:59 +08:00
committed by GitHub
parent 799e573259
commit 723ac05719
45 changed files with 190 additions and 22257 deletions

View File

@ -51,7 +51,7 @@ jobs:
env:
ARCH: ${{ matrix.arch }}
HOME: /root
run: bash -c "source /root/.cargo/env && cd kernel && make test && make test-rbpf"
run: bash -c "source /root/.cargo/env && cd kernel && make test"
build:
name: Build ${{ matrix.arch }}