-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linglong debug test #26
base: master
Are you sure you want to change the base?
Conversation
ll-cli添加安装卸载模块的功能, 在运行时会自动使用已安装的所有模块 在安装, 卸载, 更新时会扫描全部已安装的应用, 然后将应用和模块文件合并到merged目录, 在运行应用时优先查找merged目录 卸载binary时会自动将其他模块删除, 在安装模块前要求用户先安装binary 如果需要调试应用, 要先安装base的develop模块, 再安装应用的develop模块
ll-builder添加debug参数, 方便调试应用 debug环境使用develop模块, 可使用 gdb 调试应用 添加了模块拆分功能的文档, 更新了调试应用的文档
/integrate |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
AutoIntegrationPr Bot |
Warning
详情 {
"export": {
"api/schema/v1.yaml": {
"a": [
" description: exclude files during exporting UAB. Every item should be absolute path in container.",
" description: include files during exporting UAB. For example, the packer can declare a"
],
"b": [
" exclude files during exporting UAB. Every item should be absolute path in container.",
" include files during exporting UAB. For example, the packer can declare a"
]
},
"apps/ll-builder/src/main.cpp": {
"a": [
" \"create\", \"build\", \"run\", \"export\", \"push\", \"import\", \"extract\""
],
"b": [
" QStringList subCommandList = { \"create\", \"build\", \"run\", \"export\", \"push\","
]
}
}
} 请联系系统开发review: |
TAG Bot New tag: 1.6.3-1 |
TAG Bot New tag: 1.7.0-1 |
TAG Bot New tag: 1.7.1-1 |
TAG Bot New tag: 1.7.2-1 |
TAG Bot New tag: 1.7.3-1 |
TAG Bot New tag: 1.7.4-1 |
No description provided.