mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-29 05:43:25 +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:
2
.github/workflows/makefile.yml
vendored
2
.github/workflows/makefile.yml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user