mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
merge main
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
"Git": {
|
||||
"url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/dog.git",
|
||||
"branch": null,
|
||||
"revision": "4ad6075686"
|
||||
"revision": "6f2c0c8f12"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -6,7 +6,7 @@
|
||||
"BuildFromSource": {
|
||||
"Git": {
|
||||
"url" : "https://git.mirrors.dragonos.org.cn/DragonOS-Community/DragonReach.git",
|
||||
"revision": "01cdc56863"
|
||||
"revision": "e945c217b3"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -6,7 +6,7 @@
|
||||
"BuildFromSource": {
|
||||
"Git": {
|
||||
"url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/NovaShell.git",
|
||||
"revision": "b0dea7c16f"
|
||||
"revision": "cb835e03e4"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
29
user/dadk/config/test_chown_0_1_0.dadk
Normal file
29
user/dadk/config/test_chown_0_1_0.dadk
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "test-chown",
|
||||
"version": "0.1.0",
|
||||
"description": "chown系列系统调用",
|
||||
"rust_target": "x86_64-unknown-dragonos",
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/test-chown"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
23
user/dadk/config/test_ebpf_0_1_0.dadk
Normal file
23
user/dadk/config/test_ebpf_0_1_0.dadk
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "test_ebpf",
|
||||
"version": "0.1.0",
|
||||
"description": "to test eBPF",
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/test_ebpf"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
"build_command": "make install"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"target_arch": ["x86_64"]
|
||||
}
|
25
user/dadk/config/test_namespace.dadk
Normal file
25
user/dadk/config/test_namespace.dadk
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "test_namespace",
|
||||
"version": "0.1.0",
|
||||
"description": "test namespace",
|
||||
"rust_target": null,
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/test_namespace"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
"build_command": "make install"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/bin"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"envs": [],
|
||||
"target_arch": ["x86_64"]
|
||||
}
|
25
user/dadk/config/test_overlayfs.dadk
Normal file
25
user/dadk/config/test_overlayfs.dadk
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "test_overlayfs",
|
||||
"version": "0.1.0",
|
||||
"description": "test overlayfs",
|
||||
"rust_target": null,
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/test_overlayfs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
"build_command": "make install"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/bin"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"envs": [],
|
||||
"target_arch": ["x86_64"]
|
||||
}
|
29
user/dadk/config/test_symlink_0_1_0.dadk
Normal file
29
user/dadk/config/test_symlink_0_1_0.dadk
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "test-symlink",
|
||||
"version": "0.1.0",
|
||||
"description": "测试symlink系统调用",
|
||||
"rust_target": "x86_64-unknown-dragonos",
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/test-symlink"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user