mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-26 23:33:22 +00:00
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:
@ -41,7 +41,4 @@ check: ECHO
|
||||
|
||||
test:
|
||||
# 测试内核库
|
||||
RUSTFLAGS="$(RUSTFLAGS)" cargo +nightly-2024-11-05 test --workspace --exclude dragonos_kernel rbpf
|
||||
|
||||
test-rbpf:
|
||||
cd crates/rbpf && RUSTFLAGS="$(RUSTFLAGS)" cargo +nightly-2024-11-05 test --features=std,user,cranelift
|
||||
RUSTFLAGS="$(RUSTFLAGS)" cargo +nightly-2024-11-05 test --workspace --exclude dragonos_kernel
|
||||
|
Reference in New Issue
Block a user