mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 10:15:03 +00:00
27 lines
490 B
Plaintext
27 lines
490 B
Plaintext
{
|
|
"name": "test-backlog",
|
|
"version": "0.1.0",
|
|
"description": "test the tcp backlog",
|
|
"rust_target": null,
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Local": {
|
|
"path": "apps/test-backlog"
|
|
}
|
|
}
|
|
},
|
|
"depends": [],
|
|
"build": {
|
|
"build_command": "make install"
|
|
},
|
|
"install": {
|
|
"in_dragonos_path": "/"
|
|
},
|
|
"clean": {
|
|
"clean_command": "make clean"
|
|
},
|
|
"envs": [],
|
|
"build_once": false,
|
|
"install_once": false,
|
|
"target_arch": ["x86_64"]
|
|
} |