12345678910111213141516171819202122232425262728293031323334353637 |
- name = "test_ebpf_new"
- version = "0.1.0"
- description = "to test eBPF"
- build-once = false
- install-once = false
- target-arch = ["x86_64"]
- [task-source]
- type = "build-from-source"
- source = "local"
- source-path = "user/apps/syscall_ebpf"
- [build]
- build-command = "make install"
- [install]
- in-dragonos-path = "/"
- [clean]
- clean-command = "make clean"
|