mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
添加socketpair (#505)
* 添加对socketpair系统调用的处理 --------- Co-authored-by: LoGin <longjin@DragonOS.org>
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Git": {
|
||||
"url" : "https://git.mirrors.dragonos.org/DragonOS-Community/DragonReach.git",
|
||||
"revision": "4768985ade"
|
||||
"url" : "https://git.mirrors.dragonos.org.cn/DragonOS-Community/DragonReach.git",
|
||||
"revision": "df4e48991b"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -19,11 +19,5 @@
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/"
|
||||
},
|
||||
"envs": [
|
||||
{
|
||||
"key": "TARGET",
|
||||
"value": "${ROOT_PATH}/user/dadk/target/x86_64-unknown-dragonos.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"envs": [
|
||||
"envs": [
|
||||
{
|
||||
"key": "TARGET",
|
||||
"value": "x86_64-unknown-dragonos"
|
||||
|
Reference in New Issue
Block a user