设置内核、relibc的远程为dragonos的git镜像站,防止国内网络问题导致编译失败 (#318)

This commit is contained in:
LoGin
2023-08-05 15:04:08 +08:00
committed by GitHub
parent 1a62e7767c
commit d6fd9c1e80
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"task_type": {
"BuildFromSource": {
"Git": {
"url": "https://github.com/DragonOS-Community/relibc.git",
"url": "https://git.mirrors.dragonos.org/DragonOS-Community/relibc.git",
"branch": "dragonos-relibc",
"revision": null
}