[deepin exploration] 用GithubActions构建玲珑软件二进制包
Tofloor
poster avatar
玲泷沙.spark
deepin
2025-11-11 09:23
Author

发现base下载速度好慢 ,有时候还不成功,是不是有反向墙。

Run ll-builder build

Using project file /home/runner/work/test/test/linglong.yaml

(3381) ./apps/ll-builder/src/main.cpp:251 Handling build command

[Builder info]

Linglong Builder Version: 1.9.12

[Build Target]

com.github.notepadnext.linyaps

[Project Info]

Package Name: NotepadNext

Version: 0.12.0.2

Package Type: app

Build Arch: x86_64

[Current Repo]

Name: stable

Url: https://mirror-repo-linglong.deepin.com

[Processing Sources]

Name Type Url Status

Source 0 git https://github.com/dail8859/NotepadNext.git downloading ...

Source 0 git https://github.com/dail8859/NotepadNext.git complete

[Processing Dependency]

Package Version Module Status

(3381) ./apps/ll-builder/src/main.cpp:279 Build failed: [code -1 ] message:

./libs/linglong/src/linglong/builder/linglong\_builder.cpp:1520 build project /home/runner/work/test/test/linglong.yaml: stage pull dependency error 


./libs/linglong/src/linglong/builder/linglong\_builder.cpp:619 build stage pull dependency: base dependency error 


./libs/linglong/src/linglong/builder/linglong\_builder.cpp:598 clear dependency: ref doesn't exist unknown:org.deepin.base/23.1.0/unknown 

**Error: **Process completed with exit code 255.

Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
Q&A Team
2025-11-11 11:09
#1

建个缓存仓吧,这么拉统信的服务器流量费要上天了joy

Reply View the author
myml
Super Moderator
Developer
2025-11-11 11:10
#2

可以贴下仓库地址吗?我有时间的时候fork试试,看看怎么优化

Reply View the author
玲泷沙.spark
deepin
2025-11-11 12:41
#3
myml

可以贴下仓库地址吗?我有时间的时候fork试试,看看怎么优化

Reply View the author
玲泷沙.spark
deepin
2025-11-11 12:41
#4
神末shenmo

建个缓存仓吧,这么拉统信的服务器流量费要上天了joy

哈哈 我学习下

Reply View the author
myml
Super Moderator
Developer
2025-12-08 18:23
#5

可以参考这个项目 https://github.com/myml/linglong-builder-action/blob/a3a2171cf20650622380336ab795c48d42022d20/action.yml#L36

玲珑新添加了仓库镜像功能,通过 ll-builder repo enable-mirror stable 启用后,就会自动根据客户端 ip 切换适合的仓库

Reply View the author
myml
Super Moderator
Developer
2025-12-09 10:29
#6
myml

可以参考这个项目 https://github.com/myml/linglong-builder-action/blob/a3a2171cf20650622380336ab795c48d42022d20/action.yml#L36

玲珑新添加了仓库镜像功能,通过 ll-builder repo enable-mirror stable 启用后,就会自动根据客户端 ip 切换适合的仓库

另外这个项目还使用了github action的缓存技术,避免重复下载

Reply View the author